Skip to content

Commit e7b086a

Browse files
committed
Bump to 1.2.1
1 parent 1f3c464 commit e7b086a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .test import Test
44
from .models import Source, TestOptions, DeviceOptions, APIParams, FileParams, CSVParams
55

6-
__version__ = '1.2.0'
6+
__version__ = '1.2.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='scdata',
22-
version='1.2.0',
22+
version='1.2.1',
2323
description='Analysis of sensors and time series data',
2424
author='oscgonfer',
2525
license='GNU-GPL3.0',

0 commit comments

Comments
 (0)