diff --git a/setup.cfg b/setup.cfg index 8318f0b..4866383 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,6 @@ github_project = astroSABER/astroSABER # install_requires should be formatted as a comma-separated list, e.g.: install_requires = astropy, numpy, scipy, tqdm # version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/) -version = 0.5.dev +version = 1.0 # Note: you will also need to change this in your package's __init__.py minimum_python_version = 3.6