We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fcb10 commit 1b2bf51Copy full SHA for 1b2bf51
README.rst
@@ -19,7 +19,7 @@ http://www.pip-installer.org/en/latest/
19
Add the ``opentok`` package as a dependency in your project. The most common way is to add it to your
20
``requirements.txt`` file::
21
22
- opentok>=2.4.0
+ opentok>=2.5.0b1
23
24
Next, install the dependencies::
25
opentok/version.py
@@ -1,2 +1,2 @@
1
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2
-__version__ = '2.4.1a1'
+__version__ = '2.5.0b1'
0 commit comments