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 d964a50 commit ffc6714Copy full SHA for ffc6714
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.9.0
+ opentok>=2.10.0
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.9.0'
+__version__ = '2.10.0'
0 commit comments