Skip to content
Snippets Groups Projects

hotfix-4954

Merged Roman Khlopkov requested to merge hotfix-4954 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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')],
Loading