diff --git a/command_line/setup.py b/command_line/setup.py index c75b33990c7ef04f5767886249d687c1ee4a45e6..270f63bee5edd1a1a92cc48334fef385609cf120 100644 --- a/command_line/setup.py +++ b/command_line/setup.py @@ -31,7 +31,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand from sys import version_info -__PACKAGE_VERSION__ = "1.0.0" +__PACKAGE_VERSION__ = "1.0.1" deps = [] diff --git a/library/setup.py b/library/setup.py index 3f61099d29fa30ad08b5e660bebb5dba90c02a72..5b4596add207f28ff36ea338db3c89a2447671cf 100644 --- a/library/setup.py +++ b/library/setup.py @@ -35,7 +35,7 @@ from distutils import sysconfig from setuptools import setup, Extension, find_packages from setuptools.command.test import test as TestCommand -__PACKAGE_VERSION__ = "0.2.0" +__PACKAGE_VERSION__ = "0.2.1" __LIBRARY_VERSION__ = "1.0.0" ################################################################################