From ac93410ebc53dfe88c9811205af2d93ffb3be921 Mon Sep 17 00:00:00 2001 From: Basil Shubin Date: Thu, 30 Apr 2020 11:56:28 +0700 Subject: [PATCH] bump version number --- hitcount/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hitcount/__init__.py b/hitcount/__init__.py index 1872bca..ddfad17 100644 --- a/hitcount/__init__.py +++ b/hitcount/__init__.py @@ -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)