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 a5690e4 commit a58ca03Copy full SHA for a58ca03
README.rst
@@ -21,7 +21,7 @@ directly with pip.
21
22
.. code:: sh
23
24
- pip install amadeus==1.0.0b3
+ pip install amadeus==1.0.0b4
25
26
**Next**: `Get Started with the Python
27
SDK. <https://developer.amadeus.com/docs/python/get_started/initialize>`__
amadeus/version.py
@@ -1,2 +1,2 @@
1
-version_info = (1, 0, '0b3')
+version_info = (1, 0, '0b4')
2
version = '.'.join(str(v) for v in version_info)
0 commit comments