We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3052d2 commit 0fac437Copy full SHA for 0fac437
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.0
+ opentok>=2.2.1
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.1a1'
+__version__ = '2.2.1'
0 commit comments