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 e157e5b commit 4584fe6Copy full SHA for 4584fe6
README.rst
@@ -22,7 +22,7 @@ http://www.pip-installer.org/en/latest/
22
Add the ``opentok`` package as a dependency in your project. The most common way is to add it to your
23
``requirements.txt`` file::
24
25
- opentok>=2.2
+ opentok>=2.2.0
26
27
Next, install the dependencies::
28
opentok/version.py
@@ -1,2 +1,2 @@
1
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2
-__version__ = '2.2.0a0'
+__version__ = '2.2.0'
0 commit comments