From e6d22e06be81fcccf2293360d19d85cbe8b8b85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raik=20Gr=C3=BCnberg?= Date: Sun, 4 Mar 2018 21:11:55 +0300 Subject: [PATCH] up version to 1.4.2 --- labhamster/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labhamster/__init__.py b/labhamster/__init__.py index d430a7a..fd80049 100644 --- a/labhamster/__init__.py +++ b/labhamster/__init__.py @@ -5,7 +5,7 @@ ## along with this project (LICENSE) or at . from __future__ import unicode_literals -VERSION = (1,4,1) +VERSION = (1,4,2) __version__ = '.'.join([ str(i) for i in VERSION])