diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ee3c7..6d0423f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version 0.2.3 + +* Added additional messaging and a `--debug` mode + ### Version 0.2.2 * Added additional messaging diff --git a/setup.py b/setup.py index c8fea0e..f70afbe 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ install_requires = ["numpy", "pandas>=1.0", "HTSeq", "pybedtools", "scipy", "pathos", "sklearn"] tests_require = ["coverage", "nose", "pysam"] -version = "0.2.2" +version = "0.2.3" # Description from README.md base_dir = os.path.dirname(os.path.abspath(__file__))