From 0f88e7f925a48085802435df311a1dd4c246db62 Mon Sep 17 00:00:00 2001 From: Oscar Gonzalez Date: Tue, 4 Jan 2022 15:15:18 +0100 Subject: [PATCH] Bumpt to 0.6.0 --- scdata/__init__.py | 2 +- setup.py | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/scdata/__init__.py b/scdata/__init__.py index adb9c24e..bb30db14 100644 --- a/scdata/__init__.py +++ b/scdata/__init__.py @@ -1,4 +1,4 @@ from .test import Test from .device import Device -__version__ = '0.5.6' +__version__ = '0.6.0' diff --git a/setup.py b/setup.py index 92f04cdc..1d974a15 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='scdata', - version= '0.5.6', + version= '0.6.0', description='Analysis of sensors and time series data', author='oscgonfer', license='GNU-GPL3.0', @@ -25,9 +25,7 @@ keywords=['air', 'sensors', 'Smart Citizen'], url='https://github.com/fablabbcn/smartcitizen-data', project_urls=PROJECT_URLS, - long_description = (""" - ## scdata - Analysis of sensors and time series data - + long_description = ("""## scdata - Analysis of sensors and time series data `scdata` is a **sensor data analysis framework** built with the purpose of *analysis*, *calibration* and *post-processing* of sensor data. It is particularly focused on sensors for environmental monitoring such as the low-cost sensors in the @@ -42,7 +40,6 @@ * Model sensor data and calibrate sensors * Generate data visualisations * Generate beautiful reports - """), long_description_content_type='text/markdown',