Skip to content

Commit

Permalink
repo: v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne de Montalivet committed Dec 18, 2023
1 parent b7f3c50 commit 3a6d084
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion micromed_io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Micromed IO module."""
__version__ = "0.3.6"
__version__ = "0.3.7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_micromed_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

def test_version():
"""Test version"""
assert __version__ == "0.3.6"
assert __version__ == "0.3.7"

0 comments on commit 3a6d084

Please sign in to comment.