1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
ae33283d5a Bumped version to 0.1.5
Some checks failed
Test and Package Python / Test (push) Successful in 19s
Test and Package Python / Package (push) Failing after 22s
2024-05-28 00:22:29 +02:00
fb75586d02
Updated .gitignore 2024-05-28 00:20:46 +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__/
/build/
/dist/
dist
*.egg-info
*.egg-info/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/

View File

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