Skip to content

Commit

Permalink
Update to version v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Apr 22, 2016
1 parent 33feedd commit 710f97f
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.4.0
opentok>=2.4.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.4.1a1'
__version__ = '2.4.1'

0 comments on commit 710f97f

Please sign in to comment.