Update the version to v1.8.1

This commit is contained in:
tzutalin
2018-12-02 21:21:00 -08:00
parent 255afca1b3
commit 3f14cbf451
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
__version_info__ = ('1', '8', '0')
__version_info__ = ('1', '8', '1')
__version__ = '.'.join(__version_info__)