Skip to content

Commit

Permalink
Updated to 1.1.3 - fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDeCaprio committed Apr 7, 2020
1 parent 9f3a043 commit b30869c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Expand Up @@ -3,6 +3,10 @@ CV19 Index Change Log

This file records the changes in CV19 Index library in reverse chronological order.

## v1.1.3 (2020.04.07)

* Fixes #25 - resources directory missing with PIP install

## v1.1.2 (2020.04.07)

* Fixes #21 - error with newer versions of Pandas
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -26,6 +26,7 @@
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
packages=find_packages(),
include_package_data=False,
Expand Down

0 comments on commit b30869c

Please sign in to comment.