Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigue committed Feb 5, 2018
1 parent 7580207 commit 740991c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Prerequisites
-------------

- `awscli <http://docs.aws.amazon.com/cli/latest/userguide/installing.html>`__
- `python
2.7 <https://www.python.org/downloads/release/python-2710/>`__
- `python 2.7 or 3+`
- `python pip <https://pip.pypa.io/en/stable/installing/>`__

This tool assumes your AWS credentials are in your environment, either with AWS
Expand Down
2 changes: 1 addition & 1 deletion amicleaner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = 'amicleaner'
__version__ = '0.1.3'
__version__ = '0.2.0'
__short_version__ = '.'.join(__version__.split('.')[:2])
__author__ = 'Guy Rodrigue Koffi'
__author_email__ = '[email protected]'
Expand Down
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
license=__license__,
packages=find_packages(exclude=['tests']),
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Intended Audience :: Information Technology',
Expand All @@ -37,6 +38,12 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Python Modules',
],
entry_points={
Expand Down

0 comments on commit 740991c

Please sign in to comment.