1
0

Compare commits

..

No commits in common. "ae33283d5a55569a8c56ceec9172fe98b316b841" and "eb03262bf3ab7ccfe6db0e60b4eeed66abd37cd9" have entirely different histories.

2 changed files with 3 additions and 16 deletions

17
.gitignore vendored
View File

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

View File

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