Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bashu committed Apr 30, 2020
1 parent 4ae6118 commit ac93410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitcount/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import unicode_literals

VERSION = (1, 3, 1)
VERSION = (1, 3, 2)

__version__ = '.'.join(str(i) for i in VERSION)

0 comments on commit ac93410

Please sign in to comment.