Skip to content

Commit c42a9cc

Browse files
committed
Version 0.6.1
1 parent bb8153f commit c42a9cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.6'
1+
__version__ = '0.6.1'
22
default_app_config = 'instant.apps.InstantConfig'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'Framework :: Django :: 1.11',
2020
'Intended Audience :: Developers',
2121
'License :: OSI Approved :: MIT License',
22-
'Programming Language :: Python :: 3.5',
22+
'Programming Language :: Python :: 3.6',
2323
],
2424
install_requires=[
2525
'cent',

0 commit comments

Comments
 (0)