diff --git a/command_line/setup.py b/command_line/setup.py index fa3857f75dbb43c29725db63bcac436742d68422..ef4f4dc11ac9fbc4d434618b609456ea8b4936c4 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__ = "0.1.3" +__PACKAGE_VERSION__ = "0.1.4" __LIBRARY_VERSION__ = "0.1.0" deps = []