1
0

Bumped version
All checks were successful
Python Package / Test (push) Successful in 22s
Python Package / Package (push) Successful in 21s

This commit is contained in:
Jon Michael Aanes 2024-05-05 00:08:16 +02:00
parent c61bc9958b
commit 963df68f02
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ __pycache__/
*.egg-info/
.mypy_cache/
/build/
/dist/

View File

@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.1.3'