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 123271c commit 934b340Copy full SHA for 934b340
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='django-passkeys',
7
- version='1.3.0',
+ version='1.3.0.1',
8
description='A Django Authentication Backend for Passkeys',
9
long_description=open("README.md").read(),
10
long_description_content_type="text/markdown",
@@ -24,8 +24,8 @@
24
include_package_data=True,
25
zip_safe=False, # because we're including static files
26
classifiers=[
27
- #"Development Status :: 5 - Production/Stable",
28
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
+ #"Development Status :: 4 - Beta",
29
"Environment :: Web Environment",
30
"Framework :: Django",
31
"Framework :: Django :: 2.0",
0 commit comments