Skip to content

Commit b014e69

Browse files
committed
Rev for pypi
1 parent ad517f2 commit b014e69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.md
22
include LICENSE
3+
include examples/*.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def long_desc():
1515

1616
setup(
1717
name='shellish',
18-
version='0.1.99',
18+
version='0.2.0',
1919
description='A framework for CLI/shell programs.',
2020
author='Justin Mayfield',
2121
author_email='tooker@gmail.com',

0 commit comments

Comments
 (0)