We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d7aa8 commit 82c26b8Copy full SHA for 82c26b8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.1
+current_version = 0.4.0
3
tag = False
4
commit = False
5
parse = ^
rxnmapper/__init__.py
@@ -1,7 +1,7 @@
"""rxnmapper initialization."""
__name__ = "rxnmapper"
-__version__ = "0.3.1" # managed by bump2version
+__version__ = "0.4.0" # managed by bump2version
6
7
from .batched_mapper import BatchedMapper
0 commit comments