Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aiham committed Aug 18, 2017
1 parent 866f50e commit 1638aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http://www.pip-installer.org/en/latest/
Add the ``opentok`` package as a dependency in your project. The most common way is to add it to your
``requirements.txt`` file::

opentok>=2.5.0
opentok>=2.5.1

Next, install the dependencies::

Expand Down
2 changes: 1 addition & 1 deletion opentok/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
__version__ = '2.5.0'
__version__ = '2.5.1'

0 comments on commit 1638aa9

Please sign in to comment.