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 669fb7f commit 30382cbCopy full SHA for 30382cb
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup
4
from setuptools.command.test import test as TestCommand
5
6
-version = '1.0.0'
+version = '1.1.0'
7
8
9
def read_file(filename):
@@ -33,7 +33,7 @@ def run_tests(self):
33
description="A lightweight collection of JSON helpers for Django.",
34
long_description=read_file('README.rst'),
35
classifiers=[
36
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
37
'Framework :: Django',
38
'Intended Audience :: Developers',
39
'License :: OSI Approved :: BSD License',
0 commit comments