From 21b023aae69fa1a1ff9abe3c534980fa7883025f Mon Sep 17 00:00:00 2001 From: Duarte Folgado Date: Tue, 21 Jan 2020 16:46:59 +0000 Subject: [PATCH] Bump to v0.1.2 --- CHANGELOG.rst | 5 +++++ docs/conf.py | 4 ++-- notebooks/TSFEL_HAR_Example.ipynb | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a57b5a..cc17432 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,3 +24,8 @@ Version 0.1.1 - Wavelet energy - Minor fixes for Google Colab + +Version 0.1.2 +============= + +- Bump to pypi 0.1.2 diff --git a/docs/conf.py b/docs/conf.py index ed23501..9840cf3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,9 +69,9 @@ # built documents. # # The short X.Y version. -version = u'0.1.1' +version = u'0.1.2' # The full version, including alpha/beta/rc tags. -release = u'0.1.1' +release = u'0.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/notebooks/TSFEL_HAR_Example.ipynb b/notebooks/TSFEL_HAR_Example.ipynb index 85664f1..d2dcd7e 100644 --- a/notebooks/TSFEL_HAR_Example.ipynb +++ b/notebooks/TSFEL_HAR_Example.ipynb @@ -34,7 +34,7 @@ "#@title Import Time Series Feature Extraction Library\n", "import warnings\n", "warnings.filterwarnings('ignore')\n", - "!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.1.tar.gz 2>&1\n", + "!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.2.tar.gz 2>&1\n", "!pip install --upgrade -q gspread >/dev/null 2>&1\n", "!pip install gspread oauth2client >/dev/null 2>&1\n", "!pip install pandas >/dev/null 2>&1\n", diff --git a/setup.py b/setup.py index f4a5912..576ae1f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="tsfel", - version="0.1.1", + version="0.1.2", author="Fraunhofer Portugal", description="Library for time series feature extraction", long_description=long_description,