소스 검색

Revving version.

Dan Helfman 9 년 전
부모
커밋
ec416cb152
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      NEWS
  2. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.1.7-dev
+0.1.7
 
  * #11: Fixed parsing of punctuation in configuration file.
  * Better error message when configuration file is missing.

+ 1 - 1
setup.py

@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 
-VERSION = '0.1.7-dev'
+VERSION = '0.1.7'
 
 
 setup(