Skip to content

Commit 9594776

Browse files
committed
Update version to 1.0
Hopefully I've not missed one hidden somewhere. Also update the development status because y not. Closes #234
1 parent b9adc08 commit 9594776

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "ua-parser"
77
description = "Python port of Browserscope's user agent parser"
8-
version = "1.0.0a2"
8+
version = "1.0.0"
99
readme = "README.rst"
1010
requires-python = ">=3.9"
1111
dependencies = ["ua-parser-builtins"]
@@ -24,7 +24,7 @@ maintainers = [
2424
]
2525

2626
classifiers = [
27-
"Development Status :: 4 - Beta",
27+
"Development Status :: 5 - Production/Stable",
2828
"Environment :: Web Environment",
2929
"Intended Audience :: Developers",
3030
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)