We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c4b6b commit 2cb3294Copy full SHA for 2cb3294
CHANGELOG
@@ -2,6 +2,16 @@
2
Release History
3
===============
4
5
+Version 2.5.1
6
+==============
7
+
8
9
+report
10
+------
11
12
+ - Fixed an issue where the report template was not properly included in the PyPI package,
13
+ causing the report generation to fail. Thanks @pauldrinn!
14
15
16
Version 2.5.0
17
==============
modiscolite/__init__.py
@@ -13,4 +13,4 @@
from . import fasta_writer
from . import descriptive_report
-__version__ = '2.5.0'
+__version__ = '2.5.1'
setup.py
@@ -2,7 +2,7 @@
setup(
name='modisco',
- version='2.5.0',
+ version='2.5.1',
author='Jacob Schreiber',
author_email='jmschreiber91@gmail.com',
packages=['modiscolite'],
0 commit comments