There was an error while loading. Please reload this page.
1 parent aeb0a05 commit 6d91595Copy full SHA for 6d91595
2 files changed
eve/__init__.py
@@ -38,7 +38,7 @@
38
39
"""
40
41
-__version__ = '0.6.2.dev0'
+__version__ = '0.6.3.dev0'
42
43
# RFC 1123 (ex RFC 822)
44
DATE_FORMAT = '%a, %d %b %Y %H:%M:%S GMT'
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name='Eve',
30
- version='0.6.2.dev0',
+ version='0.6.3.dev0',
31
description=DESCRIPTION,
32
long_description=LONG_DESCRIPTION,
33
author='Nicola Iarocci',
0 commit comments