From 71c52f82d56fbd46e5a313384774989857f2210e Mon Sep 17 00:00:00 2001 From: Mehdi Ali Date: Wed, 12 Dec 2018 09:57:21 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.8=20=E2=86=92=200.0.9-dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- src/biokeen/constants.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d752ca5..0e8d8fd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.8 +current_version = 0.0.9-dev commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))? diff --git a/docs/source/conf.py b/docs/source/conf.py index b69a1cc..4843bef 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,7 +28,7 @@ author = 'Mehdi Ali, Charles Tapley Hoyt, and Daniel Domingo-Fernández' # The full version, including alpha/beta/rc tags. -release = '0.0.8' +release = '0.0.9-dev' # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index c9fee4e..770691e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ # Configuring setup() [metadata] name = biokeen -version = 0.0.8 +version = 0.0.9-dev url = https://github.com/SmartDataAnalytics/BioKEEN author = Mehdi Ali author_email = mehdi.ali@cs.uni-bonn.de diff --git a/src/biokeen/constants.py b/src/biokeen/constants.py index 48f25ca..9eda5a0 100644 --- a/src/biokeen/constants.py +++ b/src/biokeen/constants.py @@ -28,7 +28,7 @@ class BiokeenConfig(easy_config.EasyConfig): os.makedirs(DATA_DIR, exist_ok=True) -VERSION = '0.0.8' +VERSION = '0.0.9-dev' CONFIG_PATH = os.path.join(DATA_DIR, "configuration.json") EMOJI = '🍩'