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