Skip to content

Commit

Permalink
Bump version: 0.9.4 → 0.10.0.alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydnspass committed Jan 18, 2021
1 parent 04ec415 commit 740b513
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.9.4
current_version = 0.10.0.alpha.0
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.9.4" # do not modify by hand set and sync with bumpversion
version: "0.10.0.alpha.0" # 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.9.4' # do not modify by hand set and sync with bumpversion
__version__ = '0.10.0.alpha.0' # do not modify by hand set and sync with bumpversion
__author__ = 'Lucas-Raphael Müller, 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 @@ -36,7 +36,7 @@

setup(
name='decode',
version='0.9.4', # do not modify by hand set and sync with bumpversion
version='0.10.0.alpha.0', # 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 740b513

Please sign in to comment.