From ef17548597f01922cf6d1fd65e782727d35deeb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mar=C3=ADlia=20Barandas?= <marilia.barandas@fraunhofer.pt>
Date: Mon, 2 Dec 2019 17:49:52 +0000
Subject: [PATCH] Updated version

---
 README.md | 2 +-
 setup.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a1a75e6..b633193 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ import pandas as pd
 df = pd.read_csv('Dataset.txt')
 
 # Retrieves a pre-defined feature configuration file to extract all available features 
-cfg = tsfel.get_all_features()
+cfg = tsfel.get_features_by_domain()
 
 # Extract features
 X = tsfel.time_series_features_extractor(cfg, df) 
diff --git a/setup.py b/setup.py
index 9eaaaf5..50e6c3e 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
 
 setuptools.setup(
     name="tsfel",
-    version="0.0.4",
+    version="0.1.0",
     author="Fraunhofer Portugal",
     description="Library for time series feature extraction",
     long_description=long_description,