Skip to content

Commit 740b513

Browse files
committed
Bump version: 0.9.4 → 0.10.0.alpha.0
1 parent 04ec415 commit 740b513

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.4
2+
current_version = 0.10.0.alpha.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)\.(?P<build>\d+))?

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.9.4" # do not modify by hand set and sync with bumpversion
3+
version: "0.10.0.alpha.0" # 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.9.4' # do not modify by hand set and sync with bumpversion
7+
__version__ = '0.10.0.alpha.0' # do not modify by hand set and sync with bumpversion
88
__author__ = 'Lucas-Raphael Müller, 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
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name='decode',
39-
version='0.9.4', # do not modify by hand set and sync with bumpversion
39+
version='0.10.0.alpha.0', # do not modify by hand set and sync with bumpversion
4040
packages=setuptools.find_packages(),
4141
include_package_data=True,
4242
install_requires=requirements,

0 commit comments

Comments
 (0)