Skip to content

Commit a58ca03

Browse files
committed
Version bump
1 parent a5690e4 commit a58ca03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ directly with pip.
2121

2222
.. code:: sh
2323
24-
pip install amadeus==1.0.0b3
24+
pip install amadeus==1.0.0b4
2525
2626
**Next**: `Get Started with the Python
2727
SDK. <https://developer.amadeus.com/docs/python/get_started/initialize>`__

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 0, '0b3')
1+
version_info = (1, 0, '0b4')
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)