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 2cd535f commit 1eeb0afCopy full SHA for 1eeb0af
setup.py
@@ -40,7 +40,7 @@
40
# Classificadores permitem que seu pacote seja categorizado com base na funcionalidade
41
# Pode ser encontrado em https://pypi.org/classifiers
42
classifiers = [
43
- "Development Status :: 1 - Planning",
+ "Development Status :: 5 - Production/Stable",
44
"Programming Language :: Python",
45
"Programming Language :: Python :: 3",
46
"Operating System :: OS Independent",
src/SeleniumLibraryExtends/version.py
@@ -3,4 +3,4 @@
3
#
4
# Copyright (c) 2022 Cléverson Sampaio <[email protected]>
5
6
-VERSION = '0.0.0'
+VERSION = '1.0.0'
0 commit comments