Skip to content

Commit

Permalink
v3.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yhoogstrate committed Aug 11, 2021
1 parent 2fd1e8b commit 73b01bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-08-11 Redmar van den Berg

* Version 3.0.7: HOTFIX for issue #43 - Thanks @Redmar-van-den-Berg

2020-05-06 Youri Hoogstrate

* Version 3.0.6: Support for ARRIBA - thanks to Alexandre Rouette
Expand Down
2 changes: 1 addition & 1 deletion fuma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<http://epydoc.sourceforge.net/manual-fields.html#fields-synonyms>
"""

__version_info__ = ('3', '0', '6')
__version_info__ = ('3', '0', '7')
__version__ = '.'.join(__version_info__) if (len(__version_info__) == 3) else '.'.join(__version_info__[0:3])+"-"+__version_info__[3]
__author__ = 'Youri Hoogstrate'
__author_email__ = '_@.'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
test_suite="tests",
platforms=['any'],
setup_requires=['numpy'],
install_requires=['numpy','HTSeq >= 0.6.1','nose'],
install_requires=['numpy','HTSeq == 0.6.1','nose'],
classifiers=[
'Environment :: Console',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 73b01bd

Please sign in to comment.