1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
e233afe15e Bumped version to 0.1.4
Some checks failed
Test and Package Python / Test (push) Successful in 22s
Test and Package Python / Package (push) Failing after 25s
2024-05-28 00:22:29 +02:00
fab944b271
Updated .gitignore 2024-05-28 00:19:56 +02:00
2 changed files with 16 additions and 3 deletions

17
.gitignore vendored
View File

@ -1,5 +1,18 @@
# Program specific
/output/
/deps/
/secrets/
/private_deps/
/data/
# Python
__pycache__/
*.egg-info/
.mypy_cache/
/build/
/dist/
*.egg-info/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/

View File

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