Skip to content

Commit d87308a

Browse files
authored
Merge pull request #11 from alnacle/update-version-b8
Bump version 1.0.0b8
2 parents f650fe5 + 395eca9 commit d87308a

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
@@ -19,7 +19,7 @@ directly with pip.
1919

2020
.. code:: sh
2121
22-
pip install amadeus==1.0.0b7
22+
pip install amadeus==1.0.0b8
2323
2424
Getting Started
2525
---------------

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, '0b7')
1+
version_info = (1, 0, '0b8')
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)