Skip to content

Commit 90164ca

Browse files
committed
Bump version: 0.10.0.alpha.4 → 0.10.0.rc.1
1 parent 62f52e6 commit 90164ca

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0.alpha.4
2+
current_version = 0.10.0.rc.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)\.(?P<build>\d+))?
@@ -12,7 +12,7 @@ optional_value = rc
1212
first_value = alpha
1313
values =
1414
alpha
15-
beta
15+
b
1616
rc
1717

1818
[bumpversion:part:build]

conda/decode/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: decode
3-
version: "0.10.0.alpha.4" # do not modify by hand set and sync with bumpversion
3+
version: "0.10.0.rc.1" # do not modify by hand set and sync with bumpversion
44

55
source:
66
- path: ../..

decode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
"""
66

7-
__version__ = '0.10.0.alpha.4' # do not modify by hand set and sync with bumpversion
7+
__version__ = '0.10.0.rc.1' # do not modify by hand set and sync with bumpversion
88
__author__ = 'Lucas-Raphael Mueller, Artur Speiser'
99
__repo__ = 'https://github.com/TuragaLab/DECODE/master/gateway.yaml' # main repo
1010
__gateway__ = 'https://raw.githubusercontent.com/TuragaLab/DECODE/master/gateway.yaml' # gateway

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
setup(
4343
name='decode',
44-
version='0.10.0.alpha.4', # do not modify by hand set and sync with bumpversion
44+
version='0.10.0.rc.1', # do not modify by hand set and sync with bumpversion
4545
packages=setuptools.find_packages(),
4646
include_package_data=True,
4747
install_requires=requirements,

0 commit comments

Comments
 (0)