Explorar o código

Revving version.

Dan Helfman %!s(int64=9) %!d(string=hai) anos
pai
achega
ec416cb152
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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(