From a6241d20c27a57a5c2b698aa6400fc272fea86bb Mon Sep 17 00:00:00 2001 From: Jonas Syed <75168462+astrojoni89@users.noreply.github.com> Date: Wed, 17 Feb 2021 22:18:55 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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