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 ba4a0b4 commit 7544efbCopy full SHA for 7544efb
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='django-intl-tel-input',
13
- version='0.3.1',
+ version='0.4.0',
14
packages=find_packages(),
15
include_package_data=True,
16
license='BSD License',
@@ -25,7 +25,9 @@
25
'Framework :: Django',
26
'Framework :: Django :: 1.11',
27
'Framework :: Django :: 2.0',
28
- 'Framework :: Django :: 2.1',
+ 'Framework :: Django :: 3.0',
29
+ 'Framework :: Django :: 4.0',
30
+ 'Framework :: Django :: 5.0',
31
'Intended Audience :: Developers',
32
'License :: OSI Approved :: BSD License',
33
'Operating System :: OS Independent',
0 commit comments