Skip to content

Commit

Permalink
Merge pull request #41 from sbslee/0.10.1
Browse files Browse the repository at this point in the history
Fix major bug where CNV callers are not packaged properly
  • Loading branch information
sbslee authored Dec 20, 2021
2 parents 855ec33 + 5775bc6 commit bce25b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
*********

0.10.1 (2021-12-20)
-------------------

* Fix major bug where CNV callers are not packaged properly.

0.10.0 (2021-12-19)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pypgx/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.0'
__version__ = '0.10.1'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
'License :: OSI Approved :: MIT License'
],
package_data={
'pypgx.api': ['beagle.28Jun21.220.jar', 'data/*', 'cnv/*', '1kgp/*/*']
'pypgx.api': ['beagle.28Jun21.220.jar', 'data/*', 'cnv/*/*',
'1kgp/*/*']
},
entry_points={'console_scripts': ['pypgx=pypgx.__main__:main']}
)

0 comments on commit bce25b1

Please sign in to comment.