Skip to content

Commit

Permalink
Bumpt to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Jan 4, 2022
1 parent 5ede9a5 commit 0f88e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .test import Test
from .device import Device

__version__ = '0.5.6'
__version__ = '0.6.0'
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@

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',
packages=find_packages(),
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
Expand All @@ -42,7 +40,6 @@
* Model sensor data and calibrate sensors
* Generate data visualisations
* Generate beautiful reports
"""),

long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0f88e7f

Please sign in to comment.