Skip to content

Commit

Permalink
Update specs for stable release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ardydedase committed Jul 18, 2015
1 parent a0d0844 commit dd4c0be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
History
-------

0.1.0 (2015-03-24)
1.0.0 (2015-03-24)
---------------------

* First release on PyPI.

1.1.0 (2015-07-18)
---------------------

* Stable release on PyPI.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[wheel]
universal = 1
universal = 1
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='skyscanner',
version='1.0',
version='1.1.0',
description="Skyscanner Python SDK",
long_description=readme + '\n\n' + history,
author="Ardy Dedase",
Expand All @@ -42,13 +42,13 @@
include_package_data=True,
install_requires=requirements,
extras_require=extras_requirements,
license="BSD",
license="Apache",
zip_safe=False,
keywords='skyscanner',
keywords='skyscanner travel api business sdk flights hotels',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
Expand Down

0 comments on commit dd4c0be

Please sign in to comment.