We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9adc08 commit 9594776Copy full SHA for 9594776
1 file changed
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "ua-parser"
7
description = "Python port of Browserscope's user agent parser"
8
-version = "1.0.0a2"
+version = "1.0.0"
9
readme = "README.rst"
10
requires-python = ">=3.9"
11
dependencies = ["ua-parser-builtins"]
@@ -24,7 +24,7 @@ maintainers = [
24
]
25
26
classifiers = [
27
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
28
"Environment :: Web Environment",
29
"Intended Audience :: Developers",
30
"Operating System :: OS Independent",
0 commit comments