Skip to content

Commit

Permalink
bump v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cytham committed Nov 25, 2019
1 parent 6ca786d commit 25669b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ NanoVar Changelog
Release Summary:


Version 1.2.5 - Nov 25, 2019
* Python 3.5 is no longer supported


Version 1.2.4 - Nov 25, 2019
* Replaced keras with tf.keras (>=2.0.0) to avoid compatibility errors
* Fixed progress spinner overflow by adding boolean
Expand Down
2 changes: 1 addition & 1 deletion nanovar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.4"
__version__ = "1.2.5"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
long_description_content_type="text/markdown",
install_requires=['numpy>=1.17.3', 'scipy>=1.2.1', 'biopython>=1.74', 'pybedtools>=0.8.0', 'matplotlib>=2.2.3',
'tensorflow>=2.0.0', 'natsort>=6.2.0', 'progress>=1.4'],
python_requires='>=3.5',
python_requires='>=3.6',
classifiers=[
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 25669b8

Please sign in to comment.