Skip to content

Commit 497cf56

Browse files
committed
Added MANIFEST.in and incremented version.
1 parent 3838cbb commit 497cf56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include requirements.txt

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
here = path.abspath(path.dirname(__file__))
3434

3535
# !!! Update version here!
36-
version_string = '0.3.3'
36+
version_string = '0.3.4'
3737

3838
# Parse requirements
3939
# parse_requirements() returns generator of pip.req.InstallRequirement objects

0 commit comments

Comments
 (0)