Skip to content

Commit

Permalink
python 2.38.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Dec 5, 2013
1 parent aa48fe6 commit 1bb0a4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from selenium import selenium


__version__ = "2.38.0"
__version__ = "2.38.1"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
from .common.touch_actions import TouchActions
from .common.proxy import Proxy

__version__ = '2.38.0'
__version__ = '2.38.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
setup_args = {
'cmdclass':{'install': install},
'name':'selenium',
'version':"2.38.0",
'version':"2.38.1",
'description':'Python bindings for Selenium',
'long_description':open(join(abspath(dirname(__file__)), "py", "README")).read(),
'url':'http://code.google.com/p/selenium/',
Expand Down

0 comments on commit 1bb0a4a

Please sign in to comment.