From 740b513753f1649bcfb4d1c8c14125804f673f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas-Rapahel=20Mu=CC=88ller?= Date: Mon, 18 Jan 2021 20:23:27 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.4=20=E2=86=92=200.10.0.al?= =?UTF-8?q?pha.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- conda/decode/meta.yaml | 2 +- decode/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4ff8977c..80818f9a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.4 +current_version = 0.10.0.alpha.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)\.(?P\d+))? diff --git a/conda/decode/meta.yaml b/conda/decode/meta.yaml index 5e837770..53cf8a57 100644 --- a/conda/decode/meta.yaml +++ b/conda/decode/meta.yaml @@ -1,6 +1,6 @@ package: name: decode - version: "0.9.4" # do not modify by hand set and sync with bumpversion + version: "0.10.0.alpha.0" # do not modify by hand set and sync with bumpversion source: - path: ../.. diff --git a/decode/__init__.py b/decode/__init__.py index 2bb4bcec..999a7182 100644 --- a/decode/__init__.py +++ b/decode/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = '0.9.4' # do not modify by hand set and sync with bumpversion +__version__ = '0.10.0.alpha.0' # do not modify by hand set and sync with bumpversion __author__ = 'Lucas-Raphael Müller, Artur Speiser' __repo__ = 'https://github.com/TuragaLab/DECODE/master/gateway.yaml' # main repo __gateway__ = 'https://raw.githubusercontent.com/TuragaLab/DECODE/master/gateway.yaml' # gateway diff --git a/setup.py b/setup.py index bd316bbc..d9571e41 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( name='decode', - version='0.9.4', # do not modify by hand set and sync with bumpversion + version='0.10.0.alpha.0', # do not modify by hand set and sync with bumpversion packages=setuptools.find_packages(), include_package_data=True, install_requires=requirements,