Skip to content

Commit 53e9fe7

Browse files
committed
Update classifiers.
1 parent 2aa7f63 commit 53e9fe7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="django-bulk-sync",
8-
version='1.3.0',
8+
version='1.3.1',
99
description="Combine bulk add, update, and delete into a single call.",
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',
@@ -18,6 +18,8 @@
1818
'License :: OSI Approved :: MIT License',
1919
'Operating System :: OS Independent',
2020
'Framework :: Django',
21+
'Framework :: Django :: 1.11',
22+
'Framework :: Django :: 2.2',
2123
],
2224
zip_safe=False,
2325
)

0 commit comments

Comments
 (0)