Skip to content

Commit 30382cb

Browse files
committed
Preparing release 1.1.0
1 parent 669fb7f commit 30382cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44
from setuptools.command.test import test as TestCommand
55

6-
version = '1.0.0'
6+
version = '1.1.0'
77

88

99
def read_file(filename):
@@ -33,7 +33,7 @@ def run_tests(self):
3333
description="A lightweight collection of JSON helpers for Django.",
3434
long_description=read_file('README.rst'),
3535
classifiers=[
36-
'Development Status :: 4 - Beta',
36+
'Development Status :: 5 - Production/Stable',
3737
'Framework :: Django',
3838
'Intended Audience :: Developers',
3939
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)