Skip to content

Commit

Permalink
0.3.17 update
Browse files Browse the repository at this point in the history
Fixed problem with Manifest.in extraneous files
  • Loading branch information
oscarbranson committed Jan 18, 2021
1 parent 885c9aa commit 2714cb3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion MANIFEST.in
@@ -1,2 +1,5 @@
include latools.cfg
graft latools/resources
graft latools/resources
prune Supplement/
prune docs/
prune dist/
Binary file removed dist/latools-0.3.16.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/latools-0.3.17.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion latools/__init__.py
Expand Up @@ -17,7 +17,7 @@
from .helpers import chemistry
from . import preprocessing

__version__ = '0.3.16'
__version__ = '0.3.17'

def cite(output='text'):
"""
Expand Down

0 comments on commit 2714cb3

Please sign in to comment.