From 1520a918512362fed95aba0aa522fe8a679573cf Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Fri, 28 Aug 2015 14:49:59 -0600 Subject: [PATCH] Release 0.1.0 --- README.md | 2 +- setup.py | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5a8e808..582e2ee 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ pip3 install shellish **Development Release** -```sh +``` python3.4 ./setup.py build python3.4 ./setup.py install ``` diff --git a/setup.py b/setup.py index 17a285c..28cad93 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ def long_desc(): setup( name='shellish', - version='0.0.3', - description='A shell framework for rich CLI programs.', + version='0.1.0', + description='A framework for CLI/shell programs.', author='Justin Mayfield', author_email='tooker@gmail.com', url='https://github.com/mayfield/shellish/', @@ -26,9 +26,7 @@ def long_desc(): install_requires=[], test_suite='test', classifiers=[ - 'Development Status :: 1 - Planning', - #'Development Status :: 2 - Pre-Alpha', - #'Development Status :: 3 - Alpha', + 'Development Status :: 3 - Alpha', #'Development Status :: 4 - Beta', #'Development Status :: 5 - Production/Stable', #'Development Status :: 6 - Mature',