UPDATE: version number

This commit is contained in:
Madison May
2015-07-22 02:48:31 -04:00
parent e18f693659
commit 08352578df
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from functools import partial
Version, version, __version__, VERSION = ('0.8.0',) * 4
Version, version, __version__, VERSION = ('0.8.1',) * 4
JSON_HEADERS = {
'Content-type': 'application/json',