diff --git a/docs/conf.py b/docs/conf.py index 42465aac..13b823c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,10 +75,10 @@ # # The short X.Y version. -version = '0.9.0' +version = '0.9.3' # The full version, including alpha/beta/rc tags. -release = '0.9.0b0' +release = '0.9.3b0' # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/setup.py b/setup.py index a2f0eca3..12a79c21 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def build_extension(self, ext): 'bokeh == 0.12.7'] -version = '0.9.2b0' +version = '0.9.3b0' setup(name='abce',