Skip to content

Commit

Permalink
repo: V0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedemontalivet committed May 7, 2024
1 parent cdfcde5 commit 216c501
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,3 +1,3 @@
"""Micromed IO module."""

__version__ = "0.4.5"
__version__ = "0.4.6"
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.5"
version = "0.4.6"
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 @@ -6,4 +6,4 @@

def test_version():
"""Test version"""
assert __version__ == "0.4.5"
assert __version__ == "0.4.6"

0 comments on commit 216c501

Please sign in to comment.