summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 243a5d4..837af49 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,6 @@
[metadata]
name = stwcs
+# version is the *next* version to be release, with .dev at the end if it is not final
version = 1.1.1.dev
author = Nadia Dencheva, Warren Hack
author-email = help@stsci.edu
@@ -13,7 +14,7 @@ classifier =
Programming Language :: Python
Topic :: Scientific/Engineering :: Astronomy
Topic :: Software Development :: Libraries :: Python Modules
-requires-python = >=2.5
+requires-python = >=2.6
requires-dist =
stsci.tools
pywcs