From 568b8fcfd781af14a505743206dd05923e6cc954 Mon Sep 17 00:00:00 2001 From: "Janne H. Korhonen" Date: Wed, 15 May 2019 14:14:52 +0200 Subject: [PATCH] version number -> 1.9.4.1 --- python/readme.MD | 4 ++-- python/setup.py | 2 +- readme.MD | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/readme.MD b/python/readme.MD index 6fbed83..06652e3 100644 --- a/python/readme.MD +++ b/python/readme.MD @@ -1,5 +1,5 @@ -MOODS-python 1.9.4 -================== +MOODS-python 1.9.4.1 +==================== Motif Occurrence Detection Suite diff --git a/python/setup.py b/python/setup.py index cbac82b..b12de1d 100755 --- a/python/setup.py +++ b/python/setup.py @@ -50,7 +50,7 @@ long_description = f.read() setup (name = 'MOODS-python', - version = '1.9.4', + version = '1.9.4.1', description = 'MOODS: Motif Occurrence Detection Suite', long_description = long_description, long_description_content_type='text/markdown', diff --git a/readme.MD b/readme.MD index 397d5f2..b019ceb 100644 --- a/readme.MD +++ b/readme.MD @@ -25,7 +25,7 @@ Download Download the package: - * Python 2.7: [MOODS-python-1.9.4.tar.gz](https://github.com/jhkorhonen/MOODS/releases/download/v1.9.4/MOODS-python-1.9.4.tar.gz) + * Python 2.7: [MOODS-python-1.9.4.1.tar.gz](https://github.com/jhkorhonen/MOODS/releases/download/v1.9.4.1/MOODS-python-1.9.4.1.tar.gz) Or install from [PyPi](https://pypi.org/project/MOODS-python/) using pip: