Skip to content

Commit 934b340

Browse files
committed
Fix Development State
1 parent 123271c commit 934b340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django-passkeys',
7-
version='1.3.0',
7+
version='1.3.0.1',
88
description='A Django Authentication Backend for Passkeys',
99
long_description=open("README.md").read(),
1010
long_description_content_type="text/markdown",
@@ -24,8 +24,8 @@
2424
include_package_data=True,
2525
zip_safe=False, # because we're including static files
2626
classifiers=[
27-
#"Development Status :: 5 - Production/Stable",
28-
"Development Status :: 4 - Beta",
27+
"Development Status :: 5 - Production/Stable",
28+
#"Development Status :: 4 - Beta",
2929
"Environment :: Web Environment",
3030
"Framework :: Django",
3131
"Framework :: Django :: 2.0",

0 commit comments

Comments
 (0)