Skip to content

Commit 63e49c7

Browse files
authored
Merge pull request #13 from alnacle/version/1.0.0
Release version 1.0.0
2 parents 18f3ecd + 41819f5 commit 63e49c7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ For more details see the `Amadeus for Developers Portal
1414
Installation
1515
------------
1616

17-
This SDK requires Python 2.7+ or 3.3+. You can install install it
18-
directly with pip.
17+
This SDK requires Python 2.7+ or 3.3+. You can install it directly with pip.
1918

2019
.. code:: sh
2120
22-
pip install amadeus==1.0.0b8
21+
pip install amadeus
22+
23+
You can also add it to your `requirements.txt` file and install using:
24+
25+
.. code:: sh
26+
27+
pip install -r requirements.txt
28+
2329
2430
Getting Started
2531
---------------

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

0 commit comments

Comments
 (0)