We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdb183 commit a606666Copy full SHA for a606666
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.46rc1
+current_version = 0.3.46rc2
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<rc>\d+))?
setup.py
@@ -2,7 +2,7 @@
setup(
name="pythomics",
- version="0.3.46rc1",
+ version="0.3.46rc2",
6
description="A multi-omic python package",
7
url="https://github.com/chris7/pythomics",
8
author="Chris Mitchell",
0 commit comments