Skip to content

Commit 82c26b8

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent f2d7aa8 commit 82c26b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1
2+
current_version = 0.4.0
33
tag = False
44
commit = False
55
parse = ^

rxnmapper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""rxnmapper initialization."""
22

33
__name__ = "rxnmapper"
4-
__version__ = "0.3.1" # managed by bump2version
4+
__version__ = "0.4.0" # managed by bump2version
55

66

77
from .batched_mapper import BatchedMapper

0 commit comments

Comments
 (0)