Skip to content

Commit

Permalink
Bump Version to 0.1.9 .
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrib committed Mar 11, 2020
1 parent aaec2e5 commit 1c14589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Lead Developer
Changelog
---------

* 0.1.9 Fix for Module Path Finding for Python > 3.6
* 0.1.8 Streamlining, PyPI / PIP Initial Release
* 0.1.0 (-present) Beta Implementation


Expand Down
2 changes: 1 addition & 1 deletion hybkit/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module_path_find_function = importlib_resources.files

project_name = 'hybkit'
version = "0.1.8"
version = "0.1.9"
description = 'Toolkit for analysis of .hyb format genomic '
description += 'sequence data from ribonomics experiments.'
project_url = 'https://github.com/RenneLab/hybkit'
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
target_dir_name = os.path.join(about_vars['name_and_version'], dir_name)
data_files.append((target_dir_name, file_list))

for items in data_files:
print(items)
sys.exit()

setuptools.setup(
name='hybkit',
version=about_vars['__version__'],
Expand Down

0 comments on commit 1c14589

Please sign in to comment.