Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Aug 28, 2015
1 parent bbd15ba commit 1520a91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip3 install shellish

**Development Release**

```sh
```
python3.4 ./setup.py build
python3.4 ./setup.py install
```
Expand Down
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url='https://github.com/mayfield/shellish/',
Expand All @@ -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',
Expand Down

0 comments on commit 1520a91

Please sign in to comment.