Skip to content

Commit

Permalink
repo: v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedemontalivet committed Dec 14, 2023
1 parent e1b03e7 commit 6c6753a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5"
__version__ = "0.3.6"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "micromed-io"
version = "0.3.5"
version = "0.3.6"
description = "A library to read, emulate, and forward Micromed data in standard formats"
authors = ["Etienne de MONTALIVET <[email protected]>"]
readme = "README.md"
readme = "README.rst"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
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.5"
assert __version__ == "0.3.6"

0 comments on commit 6c6753a

Please sign in to comment.