Skip to content

Commit 1eeb0af

Browse files
author
Cleverson Sampaio
committed
chore(release): setting the first stable version
1 parent 2cd535f commit 1eeb0af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Classificadores permitem que seu pacote seja categorizado com base na funcionalidade
4141
# Pode ser encontrado em https://pypi.org/classifiers
4242
classifiers = [
43-
"Development Status :: 1 - Planning",
43+
"Development Status :: 5 - Production/Stable",
4444
"Programming Language :: Python",
4545
"Programming Language :: Python :: 3",
4646
"Operating System :: OS Independent",

src/SeleniumLibraryExtends/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# Copyright (c) 2022 Cléverson Sampaio <[email protected]>
55

6-
VERSION = '0.0.0'
6+
VERSION = '1.0.0'

0 commit comments

Comments
 (0)