Skip to content

Commit 224db6d

Browse files
committed
Version 1.17.16
1 parent 83ddc4e commit 224db6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
with open(path.join(this_directory, 'README.md'), 'rb') as f:
1414
long_description = f.read().decode('utf-8')
1515
except IOError:
16-
long_description = 'Web Automation, Testing, and User-Onboarding Framework'
16+
long_description = 'Reliable Browser Automation and Testing Framework'
1717

1818
setup(
1919
name='seleniumbase',
20-
version='1.17.15',
21-
description='All-in-One Test Automation Framework',
20+
version='1.17.16',
21+
description='Reliable Browser Automation and Testing Framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',
2424
url='https://github.com/seleniumbase/SeleniumBase',

0 commit comments

Comments
 (0)