Skip to content

Commit

Permalink
LukeIS: bumping py version to 2.18.1
Browse files Browse the repository at this point in the history
r15718
  • Loading branch information
lukeis committed Jan 27, 2012
1 parent 711a412 commit c52af3f
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.18.0"
__version__ = "2.18.1"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
from common.action_chains import ActionChains
from common.proxy import Proxy

__version__ = '2.18.0'
__version__ = '2.18.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup_python3():
setup(
cmdclass={'install': install},
name='selenium',
version="2.18.0",
version="2.18.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 c52af3f

Please sign in to comment.