We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8153f commit c42a9ccCopy full SHA for c42a9cc
instant/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.6'
+__version__ = '0.6.1'
2
default_app_config = 'instant.apps.InstantConfig'
setup.py
@@ -19,7 +19,7 @@
19
'Framework :: Django :: 1.11',
20
'Intended Audience :: Developers',
21
'License :: OSI Approved :: MIT License',
22
- 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
23
],
24
install_requires=[
25
'cent',
0 commit comments