From 3a6d08476973d476d8977ed6498e49e8b280e567 Mon Sep 17 00:00:00 2001 From: Etienne de Montalivet Date: Mon, 18 Dec 2023 14:51:01 +0100 Subject: [PATCH] repo: v0.3.7 --- micromed_io/__init__.py | 2 +- pyproject.toml | 2 +- tests/test_micromed_io.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/micromed_io/__init__.py b/micromed_io/__init__.py index a884997..522d95c 100644 --- a/micromed_io/__init__.py +++ b/micromed_io/__init__.py @@ -1,2 +1,2 @@ """Micromed IO module.""" -__version__ = "0.3.6" +__version__ = "0.3.7" diff --git a/pyproject.toml b/pyproject.toml index 523df0e..4e39a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "micromed-io" -version = "0.3.6" +version = "0.3.7" description = "A library to read, emulate, and forward Micromed data in standard formats" authors = ["Etienne de MONTALIVET "] readme = "README.rst" diff --git a/tests/test_micromed_io.py b/tests/test_micromed_io.py index 928767b..b6fd1f5 100644 --- a/tests/test_micromed_io.py +++ b/tests/test_micromed_io.py @@ -5,4 +5,4 @@ def test_version(): """Test version""" - assert __version__ == "0.3.6" + assert __version__ == "0.3.7"