From 649132374646d758e104326beedec63ba30b6088 Mon Sep 17 00:00:00 2001 From: ardydedase Date: Mon, 3 Aug 2015 10:56:43 +0800 Subject: [PATCH] :neckbeard: Chore(version) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2765090..846d276 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='amadeus', - version='0.1.0b1', + version='0.1.0', description="Python Package for Amadeus", long_description=readme + '\n\n' + history, author="Ardy Dedase", @@ -44,7 +44,7 @@ zip_safe=False, keywords='amadeus python flights hotels cars', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Natural Language :: English',