Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit 969cf72

Browse files
authored
Bump version
1 parent 1883be8 commit 969cf72

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-bmemcached',
5-
version='0.2.4',
5+
version='0.3.0',
66
author='Jayson Reis',
77
author_email='[email protected]',
88
description='A Django cache backend to use bmemcached module which ' +
@@ -16,6 +16,11 @@
1616
'Framework :: Django :: 1.8',
1717
'Framework :: Django :: 1.9',
1818
'Framework :: Django :: 1.10',
19+
'Framework :: Django :: 1.11',
20+
'Framework :: Django :: 2.0',
21+
'Framework :: Django :: 2.1',
22+
'Framework :: Django :: 2.2',
23+
'Framework :: Django :: 3.0',
1924
'License :: OSI Approved :: MIT License',
2025
'Operating System :: OS Independent',
2126
'Programming Language :: Python',
@@ -26,5 +31,6 @@
2631
'Programming Language :: Python :: 3.5',
2732
'Programming Language :: Python :: 3.6',
2833
'Programming Language :: Python :: 3.7',
34+
'Programming Language :: Python :: 3.8',
2935
]
3036
)

0 commit comments

Comments
 (0)