Skip to content

Commit

Permalink
MANIFEST fix and bump version for release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelever committed Nov 2, 2017
1 parent cc78771 commit f1c3636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include README.rst
include requirements.txt
include pubrunner/resources/*.yml
include pubrunner/Snakefile.header
pubrunner/Snakefiles/*.py
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
from codecs import open
from os import path

VERSION='0.2.0'
VERSION='0.2.1'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit f1c3636

Please sign in to comment.