diff --git a/doc/conf.py b/doc/conf.py index 7cdad5b..72d7f0a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 60f52b1..4b0a87b 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ author_email='taldcroft@cfa.harvard.edu', py_modules=['Ska.Shell'], test_suite='test', - version='0.02', + version='0.03', zip_safe=False, namespace_packages=['Ska'], packages=['Ska'],