Skip to content

Commit

Permalink
info: Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nozwock committed Oct 14, 2020
1 parent 06e0493 commit d064223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion votm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import locations

__author__ = "Sagar Kumar"
__version__ = "1.3.1"
__version__ = "1.3.2"
with open(locations.LICNESE_PATH, "r") as f:
__license__ = f.read()

0 comments on commit d064223

Please sign in to comment.