From d7fba977ced0f257de73c2ed0dfaa42abe6c89ba Mon Sep 17 00:00:00 2001 From: CYBERDEViLNL Date: Sat, 3 Nov 2018 22:32:07 +0100 Subject: [PATCH] change version to 0.6.0.dev --- diaspy/__init__.py | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/diaspy/__init__.py b/diaspy/__init__.py index 8d06f84..856cb51 100644 --- a/diaspy/__init__.py +++ b/diaspy/__init__.py @@ -10,4 +10,4 @@ import diaspy.notifications as notifications import diaspy.settings as settings -__version__ = '0.5.1' +__version__ = '0.6.0.dev' diff --git a/docs/source/conf.py b/docs/source/conf.py index 380b508..9413688 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ copyright = '2013, Moritz Kiefer, Marek Marecki and others' # built documents. # # The short X.Y version. -version = '0.4.2' +version = '0.6.0' # The full version, including alpha/beta/rc tags. -release = '0.4.2' +release = '0.6.0.dev' # 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 3f06a30..8171e53 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='diaspy-api', - version='0.5.1', + version='0.6.0.dev', author='Marek Marecki', author_email='marekjm@ozro.pw', url='https://github.com/marekjm/diaspy', -- 2.25.1