diff --git a/conf.py b/conf.py
index 763fafdd240bf7b0470937ca6544503982a9663a..ba363a59fd2efc170d2058db3ff344639ba73171 100644
--- a/conf.py
+++ b/conf.py
@@ -73,9 +73,9 @@ author = u'Jan Mach'
 # built documents.
 #
 # The short X.Y version.
-version = u'0.36'
+version = u'0.37'
 # The full version, including alpha/beta/rc tags.
-release = u'0.36'
+release = u'0.37'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/pyzenkit/__init__.py b/pyzenkit/__init__.py
index b01279d6192c9702f141946ca7bba1b215923d4e..96014b1a63407e30f8ff54d468687e35f2ce85eb 100644
--- a/pyzenkit/__init__.py
+++ b/pyzenkit/__init__.py
@@ -11,4 +11,4 @@
 # it was developed much further and used for project of author`s employer.
 #-------------------------------------------------------------------------------
 
-__version__ = "0.36"
+__version__ = "0.37"
diff --git a/setup.py b/setup.py
index 1e93a7542ab2d850d4b8ccfd48c65d99e5d078a5..3327971302e972c3ef892b2a9c19bfe4800ba8bd 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
 
 setup(
     name = 'pyzenkit',
-    version = '0.36',
+    version = '0.37',
     description = 'Python 3 script and daemon toolkit',
     long_description = long_description,
     classifiers = [