Skip to content

Commit

Permalink
* Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
akissa committed Dec 8, 2015
1 parent 8bcd5f4 commit 1d225b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spamc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"""

# pylint: disable=invalid-name,bad-builtin
version_info = (0, 0, 7)
version_info = (0, 0, 8)
__version__ = ".".join(map(str, version_info))

0 comments on commit 1d225b7

Please sign in to comment.