1
0

Compare commits

..

No commits in common. "e233afe15e9a32f9acce8de352b46eaa8c8d5a1d" and "6143e6104bd720f5d856bcac01df06345d03f20b" 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__/ __pycache__/
*.egg-info/
.mypy_cache/
/build/ /build/
/dist/ /dist/
*.egg-info/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/

View File

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