Skip to content

Commit 7b60607

Browse files
added version control
1 parent ea7921c commit 7b60607

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.bumpversion.cfg

Whitespace-only changes.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install bump2version and build tools
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install bumpversion==0.5.3 build twine
24+
pip install bump2version build twine
2525
2626
- name: Bump patch version, commit, and tag
2727
run: |

IVIMNET/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)