Skip to content

Commit

Permalink
Bump to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Jan 21, 2020
1 parent 4a54caa commit 21b023a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion notebooks/TSFEL_HAR_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 21b023a

Please sign in to comment.