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 c926f11 commit 3a14fbbCopy full SHA for 3a14fbb
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.46rc2
+current_version = 0.3.46rc3
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.46rc2",
+ version="0.3.46rc3",
6
description="A multi-omic python package",
7
url="https://github.com/chris7/pythomics",
8
author="Chris Mitchell",
0 commit comments