Now version 1.1.21
This commit is contained in:
parent
51bfd906e6
commit
757f6ecff3
|
@ -8,7 +8,7 @@ from setuptools import setup, find_packages # noqa
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='seleniumbase',
|
name='seleniumbase',
|
||||||
version='1.1.20',
|
version='1.1.21',
|
||||||
author='Michael Mintz',
|
author='Michael Mintz',
|
||||||
author_email='@mintzworld',
|
author_email='@mintzworld',
|
||||||
maintainer='Michael Mintz',
|
maintainer='Michael Mintz',
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from setuptools import setup, find_packages # noqa
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='seleniumbase',
|
name='seleniumbase',
|
||||||
version='1.1.20',
|
version='1.1.21',
|
||||||
url='https://github.com/mdmintz/SeleniumBase',
|
url='https://github.com/mdmintz/SeleniumBase',
|
||||||
author='Michael Mintz',
|
author='Michael Mintz',
|
||||||
author_email='@mintzworld',
|
author_email='@mintzworld',
|
||||||
|
|
Loading…
Reference in New Issue