We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c77a0 commit 8d14b25Copy full SHA for 8d14b25
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.0
+current_version = 0.4.1
3
tag = False
4
commit = False
5
parse = ^
.github/workflows/pypi.yaml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@master
15
- - name: Python setup 3.8
+ - name: Python setup 3.10
16
uses: actions/setup-python@v1
17
with:
18
- python-version: 3.8
+ python-version: "3.10"
19
- name: Install build package (for packaging)
20
run: pip install --upgrade build
21
- name: Build dist
rxnmapper/__init__.py
@@ -1,7 +1,7 @@
"""rxnmapper initialization."""
__name__ = "rxnmapper"
-__version__ = "0.4.0" # managed by bump2version
+__version__ = "0.4.1" # managed by bump2version
6
7
from .batched_mapper import BatchedMapper
0 commit comments