Skip to content

Commit 870e07a

Browse files
committed
Add MANIFEST.in; Bump ver. 0.1.1
1 parent 9f7c469 commit 870e07a

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
@@ -0,0 +1 @@
1+
include README.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88

99
setup(name='typeform-python',
10-
version='0.1',
10+
version='0.1.1',
1111
description='API wrapper for Typeform written in Python',
1212
long_description=read('README.md'),
1313
url='https://github.com/GearPlug/typeform-python',

0 commit comments

Comments
 (0)