Skip to content

Commit

Permalink
repo: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne de Montalivet committed Jan 3, 2024
1 parent dfa549f commit 7f91266
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.4.0"
__version__ = "0.4.1"
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.4.0"
version = "0.4.1"
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.4.0"
assert __version__ == "0.4.1"

0 comments on commit 7f91266

Please sign in to comment.