소스 검색

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]',