Skip to content

Commit 8ea0e2f

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent f0c77a0 commit 8ea0e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.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.4.0
2+
current_version = 0.4.1
33
tag = False
44
commit = False
55
parse = ^

rxnmapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""rxnmapper initialization."""
22

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

66

77
from .batched_mapper import BatchedMapper

0 commit comments

Comments
 (0)