Skip to content

Commit

Permalink
Bump version: 0.10.0.alpha.4 → 0.10.0.rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydnspass committed Mar 20, 2021
1 parent 62f52e6 commit 90164ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0.alpha.4
current_version = 0.10.0.rc.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)\.(?P<build>\d+))?
Expand All @@ -12,7 +12,7 @@ optional_value = rc
first_value = alpha
values =
alpha
beta
b
rc

[bumpversion:part:build]
Expand Down
2 changes: 1 addition & 1 deletion conda/decode/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: decode
version: "0.10.0.alpha.4" # do not modify by hand set and sync with bumpversion
version: "0.10.0.rc.1" # do not modify by hand set and sync with bumpversion

source:
- path: ../..
Expand Down
2 changes: 1 addition & 1 deletion decode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__version__ = '0.10.0.alpha.4' # do not modify by hand set and sync with bumpversion
__version__ = '0.10.0.rc.1' # 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name='decode',
version='0.10.0.alpha.4', # do not modify by hand set and sync with bumpversion
version='0.10.0.rc.1', # do not modify by hand set and sync with bumpversion
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=requirements,
Expand Down

0 comments on commit 90164ca

Please sign in to comment.