We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3838cbb commit 497cf56Copy full SHA for 497cf56
MANIFEST.in
@@ -0,0 +1 @@
1
+include requirements.txt
setup.py
@@ -33,7 +33,7 @@
33
here = path.abspath(path.dirname(__file__))
34
35
# !!! Update version here!
36
-version_string = '0.3.3'
+version_string = '0.3.4'
37
38
# Parse requirements
39
# parse_requirements() returns generator of pip.req.InstallRequirement objects
0 commit comments