From 3820688cccba47fa83a29f866408ee90f59a8780 Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Wed, 4 Oct 2023 18:12:55 +0200 Subject: [PATCH] Upgrade version --- scdata/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scdata/__init__.py b/scdata/__init__.py index ccf89524..a6735367 100644 --- a/scdata/__init__.py +++ b/scdata/__init__.py @@ -1,4 +1,4 @@ from .test import Test from .device import Device -__version__ = '0.8.0' +__version__ = '0.9.0' diff --git a/setup.cfg b/setup.cfg index 224a7795..0f94f377 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md \ No newline at end of file +description_file = README.md \ No newline at end of file diff --git a/setup.py b/setup.py index 5a8bf2d6..a4026ab6 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='scdata', - version= '0.8.0', + version='0.9.0', description='Analysis of sensors and time series data', author='oscgonfer', license='GNU-GPL3.0',