From 8003dfef0c804f1383d582741a13f93d5e25136c Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Fri, 14 Jan 2022 22:10:52 +0700 Subject: [PATCH] [*] Up version. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8ab0204d..28b02649 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')], -- GitLab