File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.0
2+ current_version = 0.4.1
33tag = False
44commit = False
55parse = ^
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
77from .batched_mapper import BatchedMapper
You can’t perform that action at this time.
0 commit comments