Skip to content

Commit 3a14fbb

Browse files
committed
Bump version: 0.3.46rc2 → 0.3.46rc3
1 parent c926f11 commit 3a14fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.46rc2
2+
current_version = 0.3.46rc3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<rc>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pythomics",
5-
version="0.3.46rc2",
5+
version="0.3.46rc3",
66
description="A multi-omic python package",
77
url="https://github.com/chris7/pythomics",
88
author="Chris Mitchell",

0 commit comments

Comments
 (0)