From c9a4efc07bd4ac20e260c5f34c80b0c3da5a3cbb Mon Sep 17 00:00:00 2001 From: Kelvin Jayanoris Date: Thu, 15 Oct 2020 13:22:58 +0300 Subject: [PATCH] =?UTF-8?q?=E2=86=91=20bump=20to=20version=200.4.0?= 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 97e6b04..513c17e 100644 --- a/small_small_hr/__init__.py +++ b/small_small_hr/__init__.py @@ -1,5 +1,5 @@ """Main init file for small_small_hr.""" -VERSION = (0, 3, 0) +VERSION = (0, 4, 0) __version__ = ".".join(str(v) for v in VERSION) # pylint: disable=invalid-name default_app_config = "small_small_hr.apps.SmallSmallHrConfig" # noqa