From e5512c2a5458c053c127c0a1c5eb7504da23d2a5 Mon Sep 17 00:00:00 2001 From: Victor Calderon Date: Wed, 14 Aug 2019 11:49:23 -0500 Subject: [PATCH] Preparing release 0.1.64 --- CHANGES.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e1e9ab9..c72d8af 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ -0.1.64 (unreleased) +0.1.65 (2019-08-14) ----------------------- -- No changes yet. +- Fixed functions in `cosmo_utils.utils.geometry`. 0.1.63 (2019-08-14) ----------------------- diff --git a/setup.cfg b/setup.cfg index 24a329b..64d5298 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ github_project = vcalderon2009/cosmo_utils # install_requires = astropy, scipy, install_requires = astropy, numpy, pandas, h5py, GitPython, cython, requests, numexpr, scipy, scikit-learn, BeautifulSoup4, wget, tqdm # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version = 0.1.64.dev +version = 0.1.64 [entry_points]