浏览代码

changed version in setup.py

digital 7 年之前
父节点
当前提交
c4a200677e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -20,7 +20,7 @@ from distutils.core import setup
 
 setup_kwargs = {
     'name':'BeeWatch',
-    'version': '0.0',
+    'version': '0.1',
     'description':'Beehive analyzer',
     'author':'Digital',
     'author_email':'[email protected]',