From 60eeb68952b615bd90515d529dd58f51c371cdcb Mon Sep 17 00:00:00 2001 From: nmearl Date: Tue, 19 Mar 2019 11:01:08 -0400 Subject: [PATCH] Update version number --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index be32d6de..1d2ab719 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ github_project = spacetelescope/specviz # install_requires = astropy, scipy, matplotlib install_requires = astropy>=3.1, pyqt5, pyqtgraph, qtawesome, qtpy, specutils>=0.5.2, click, pytest, asteval # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version = 0.7.0.dev0 +version = 0.7.0 # Note: you will also need to change this in your package's __init__.py minimum_python_version = 3.6