diff --git a/CHANGES.rst b/CHANGES.rst index 98c520d..68b3f63 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ -0.1.48 (unreleased) +0.1.48 (2018-11-24) ----------------------- -- No changes yet +- Fixed bugs 0.1.47 (2018-11-24) ----------------------- diff --git a/setup.cfg b/setup.cfg index d5b4651..bdd5b6a 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 # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version = 0.1.48dev +version = 0.1.48 [entry_points]