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 030090b commit 2f27434Copy full SHA for 2f27434
setup.py
@@ -6,7 +6,7 @@
6
long_description = f.read()
7
8
name = "password_validator"
9
-version = "0.2"
+version = "1.0"
10
11
setup(name=name,
12
version=version,
@@ -20,7 +20,7 @@
20
packages=find_packages("src"),
21
package_dir={"": "src"},
22
classifiers=[
23
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
24
"Intended Audience :: Developers",
25
"License :: OSI Approved :: MIT License",
26
"Natural Language :: English",
0 commit comments