1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
41a1b6533a Bumped version to 0.1.3
Some checks failed
Test and Package Python / Test (push) Successful in 24s
Test and Package Python / Package (push) Failing after 21s
2024-05-28 00:22:29 +02:00
b36ea23132
Updated .gitignore 2024-05-28 00:20:24 +02:00
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
# Program specific # Program specific
/output/
/deps/ /deps/
/secrets/
/private_deps/ /private_deps/
/data/
# Python # Python
__pycache__/ __pycache__/

View File

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