Skip to content

Commit 8d14b25

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = ^

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@master
15-
- name: Python setup 3.8
15+
- name: Python setup 3.10
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.8
18+
python-version: "3.10"
1919
- name: Install build package (for packaging)
2020
run: pip install --upgrade build
2121
- name: Build dist

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)