Skip to content

Commit

Permalink
Bump version: 0.10.1rc2 → 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydnspass committed Feb 20, 2023
1 parent e6a6218 commit 571ba51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.1rc2
current_version = 0.10.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<build>\d+))?
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.1rc2" # do not modify by hand; set and sync with bumpversion
version: "0.10.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.1rc2' # do not modify by hand set and sync with bumpversion
__version__ = '0.10.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.1rc2', # do not modify by hand set and sync with bumpversion
version='0.10.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 571ba51

Please sign in to comment.