Skip to content

Commit

Permalink
bump version 0.0.34 and add json file to dist package (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ieee8023 authored Dec 16, 2021
1 parent f5a3799 commit ddbe942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
install_requires=REQUIREMENTS,
packages=find_packages(),
package_dir={'torchxrayvision': 'torchxrayvision'},
package_data={'torchxrayvision': ['data/*.zip','data/*.gz','data/*.tgz','baseline_models/chexpert/*.json']},
package_data={'torchxrayvision': ['data/*.zip','data/*.gz','data/*.tgz','baseline_models/*/*.json','baseline_models/*/*/*.json']},
)
2 changes: 1 addition & 1 deletion torchxrayvision/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.33"
__version__ = "0.0.34"

0 comments on commit ddbe942

Please sign in to comment.