Skip to content

Commit

Permalink
Bump to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Jul 9, 2021
1 parent 32d48eb commit cc7939c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.5'
__version__ = '0.4.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='scdata',
version= '0.4.5',
version= '0.4.6',
description='Analysis of sensors and time series data',
author='oscgonfer',
license='GNU-GPL3.0',
Expand Down

0 comments on commit cc7939c

Please sign in to comment.