diff --git a/conf.py b/conf.py
index ba0ce616f2a423f09ccc3287d0ce1337fa7569b5..4bd68581773e489f087be76149e543095a1baa97 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.33'
+version = u'0.34'
 # The full version, including alpha/beta/rc tags.
-release = u'0.33'
+release = u'0.34'
 
 # 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 d8c6a46ee80b0aa65cb2a72e2614eac5f8335460..e9c4151baef49667ed854f2473b42ddba2697e81 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.33"
+__version__ = "0.34"
diff --git a/setup.py b/setup.py
index 722ec2fe3e4a1d2d94e637fef1c52f7795227fc7..3dc0ff8664a8adc38fe769ae67e3283815fadd06 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.33',
+    version = '0.34',
     description = 'Python 3 script and daemon toolkit',
     long_description = long_description,
     classifiers = [