Skip to content

Commit 31f2cac

Browse files
committed
Version 1.49.18
1 parent db90db7 commit 31f2cac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454

5555
setup(
5656
name='seleniumbase',
57-
version='1.49.17',
58-
description='Web Automation and Test Framework - https://seleniumbase.io',
57+
version='1.49.18',
58+
description='Reliable Web Automation+Testing Framework. - seleniumbase.io',
5959
long_description=long_description,
6060
long_description_content_type='text/markdown',
6161
url='https://github.com/seleniumbase/SeleniumBase',
@@ -74,11 +74,13 @@
7474
"Operating System :: Microsoft :: Windows",
7575
"Operating System :: POSIX :: Linux",
7676
"Programming Language :: Python",
77+
"Programming Language :: Python :: 3",
7778
"Programming Language :: Python :: 2.7",
7879
"Programming Language :: Python :: 3.5",
7980
"Programming Language :: Python :: 3.6",
8081
"Programming Language :: Python :: 3.7",
8182
"Programming Language :: Python :: 3.8",
83+
"Programming Language :: Python :: 3.9",
8284
"Topic :: Internet",
8385
"Topic :: Scientific/Engineering",
8486
"Topic :: Software Development",

0 commit comments

Comments
 (0)