diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1180770..0a1e06d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ Changelog Version 0.1.9 ============= - Changes - - Replaced the ``Histogram`` feature with ``HistogramMode`` (`#167 `_) + - Replaced the ``Histogram`` feature with ``Histogram mode`` (`#167 `_) - Improvements - The ``correlated_features`` method now supports returning a filtered feature vector (`#163 `_) diff --git a/docs/conf.py b/docs/conf.py index 1573149..20452d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,9 +91,9 @@ # built documents. # # The short X.Y version. -version = "0.1.8" +version = "0.1.9" # The full version, including alpha/beta/rc tags. -release = "0.1.8" +release = "0.1.9" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 3bfdbb1..c001d06 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def find_requirements(filename): setuptools.setup( name="tsfel", - version="0.1.8", + version="0.1.9", author="Fraunhofer Portugal", description="Library for time series feature extraction", long_description=long_description,