From e8758978695ea4d0005bc94c3af4f348bac54183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas-Rapahel=20Mu=CC=88ller?= Date: Wed, 24 Mar 2021 21:50:42 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0.rc.1=20=E2=86=92=200.1?= =?UTF-8?q?0.0.rc.2?= 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 c71b3497..d55b4650 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0.rc.1 +current_version = 0.10.0.rc.2 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 7e9967f1..65345127 100644 --- a/conda/decode/meta.yaml +++ b/conda/decode/meta.yaml @@ -1,6 +1,6 @@ package: name: decode - version: "0.10.0.rc.1" # do not modify by hand; set and sync with bumpversion + version: "0.10.0.rc.2" # do not modify by hand; set and sync with bumpversion source: - path: ../.. diff --git a/decode/__init__.py b/decode/__init__.py index 7b63ac9b..2764e096 100644 --- a/decode/__init__.py +++ b/decode/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = '0.10.0.rc.1' # do not modify by hand set and sync with bumpversion +__version__ = '0.10.0.rc.2' # do not modify by hand set and sync with bumpversion __author__ = 'Lucas-Raphael Mueller, 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 a50a8a00..bf8198e4 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='decode', - version='0.10.0.rc.1', # do not modify by hand set and sync with bumpversion + version='0.10.0.rc.2', # do not modify by hand set and sync with bumpversion packages=setuptools.find_packages(), include_package_data=True, install_requires=requirements,