From 2febd0277f8f9628e85e66d3e74ebb4166470550 Mon Sep 17 00:00:00 2001 From: Kelvin Jayanoris Date: Sun, 9 Dec 2018 02:02:03 +0300 Subject: [PATCH] =?UTF-8?q?=E2=86=91=20bump=20to=20version=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- small_small_hr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/small_small_hr/__init__.py b/small_small_hr/__init__.py index 27ec901..8b9b9f6 100644 --- a/small_small_hr/__init__.py +++ b/small_small_hr/__init__.py @@ -1,7 +1,7 @@ """ Main init file for small_small_hr """ -VERSION = (0, 1, 2) +VERSION = (0, 1, 3) __version__ = '.'.join(str(v) for v in VERSION) # pylint: disable=invalid-name default_app_config = 'small_small_hr.apps.SmallSmallHrConfig' # noqa