Skip to content

Commit

Permalink
implemenation of logging
Browse files Browse the repository at this point in the history
  • Loading branch information
anwala committed Aug 31, 2019
1 parent 4b3d939 commit 51b4f4a
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 118 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
*.pyc

/sumgram/scratch.py
/build/
/dist/
/*.egg-info
Expand Down
2 changes: 1 addition & 1 deletion sumgram/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.6'
__version__ = '0.0.7'
Loading

0 comments on commit 51b4f4a

Please sign in to comment.