diff --git a/server_setup.py b/server_setup.py index f7a79516..3c2106d2 100755 --- a/server_setup.py +++ b/server_setup.py @@ -8,7 +8,7 @@ from setuptools import setup, find_packages # noqa setup( name='seleniumbase', - version='1.3.9', + version='1.3.10', description='Test Automation Framework - seleniumbase.com', long_description='Automation Framework for Simple & Reliable Web Testing', platforms='Mac * Windows * Linux * Docker', diff --git a/setup.py b/setup.py index 770a0ca2..bc8a65ee 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages # noqa setup( name='seleniumbase', - version='1.3.9', + version='1.3.10', description='Test Automation Framework - seleniumbase.com', long_description='Automation Framework for Simple & Reliable Web Testing', platforms='Mac * Windows * Linux * Docker',