From 6d96e0a4eada7d63ebe9712dd791e7ae69cc6135 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Wed, 9 Mar 2016 14:11:27 -0800 Subject: [PATCH] bump version to 0.1 --- doc/conf.py | 4 ++-- megaman/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 4d7fb86..4f2fe6b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -85,9 +85,9 @@ # built documents. # # The short X.Y version. -version = '0.3' +version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.3.dev0' +release = '0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/megaman/__init__.py b/megaman/__init__.py index 8b711a3..e56ba09 100644 --- a/megaman/__init__.py +++ b/megaman/__init__.py @@ -2,6 +2,6 @@ # LICENSE: Simplified BSD https://github.com/mmp2/megaman/blob/master/LICENSE -__version__ = "0.1.dev1" +__version__ = "0.1" from . import __check_build