diff --git a/setup.py b/setup.py
index 8ab0204d2e05e0d0d8f8061c3a61dbacbe8cafd8..28b026490719b6b290f54d53d1b41872f4d416d9 100755
--- a/setup.py
+++ b/setup.py
@@ -70,9 +70,9 @@ class CMakeBuild(build_ext):
 
 setup(
     name="CellFrame",
-    version="2.9-33",
+    version="2.9-34",
     description="CellFrame SDK",
-    author='Demlabs (2007-2021)',
+    author='Demlabs (2007-2022)',
     license="GNU GPLv3",
     packages=['CellFrame'],
     ext_modules=[CMakeExtension('CellFrame/libCellFrame')],