Skip to content

Commit 0aae202

Browse files
committed
setup: bump to 0.10.0
1 parent f533876 commit 0aae202

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = "0.9.0"
54+
version = "0.10.0"
5555
# The full version, including alpha/beta/rc tags.
56-
release = "0.9.0"
56+
release = "0.10.0"
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="splinter",
14-
version="0.9.0",
14+
version="0.10.0",
1515
url="https://github.com/cobrateam/splinter",
1616
description="browser abstraction for web acceptance testing",
1717
long_description=README,

splinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from splinter.browser import Browser # NOQA
66

77

8-
__version__ = "0.9.0"
8+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)