Skip to content

Commit 51b4f4a

Browse files
author
anwala
committed
implemenation of logging
1 parent 4b3d939 commit 51b4f4a

File tree

4 files changed

+170
-118
lines changed

4 files changed

+170
-118
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
*.pyc
33

4+
/sumgram/scratch.py
45
/build/
56
/dist/
67
/*.egg-info

sumgram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.6'
1+
__version__ = '0.0.7'

0 commit comments

Comments
 (0)