Browse Source

version set to 2.0.0 for releasing with python 3.x support

Daniel-Constantin Mierla 6 years ago
parent
commit
932e0664aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -2,7 +2,7 @@ from setuptools import setup
 
 
 setup(
 setup(
     name='kamcli',
     name='kamcli',
-    version='1.2.0-dev0',
+    version='2.0.0',
     packages=['kamcli', 'kamcli.commands'],
     packages=['kamcli', 'kamcli.commands'],
     include_package_data=True,
     include_package_data=True,
     install_requires=[
     install_requires=[