From c4e260aa34678699cd74e33861180c187d016c08 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Wed, 18 Oct 2017 14:29:22 -0400 Subject: [PATCH] version increment --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6edbe12..3e00b2e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ github_project = # install_requires = astropy, scipy, matplotlib install_requires = astropy # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version = 0.1.dev +version = 0.1 [entry_points]