Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit cb9df8b

Browse files
authored
Features/archive notes (#11)
* last commit * last commit * last commit
1 parent b38cbf6 commit cb9df8b

4 files changed

Lines changed: 85 additions & 85 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.3.1"
2+
current_version = "0.3.2"
33
parse = """(?x)
44
(?P<major>0|[1-9]\\d*)\\.
55
(?P<minor>0|[1-9]\\d*)\\.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mdreader"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A Python library for reading and parsing Functional Mock-up Interface model description XML file."
55
readme = "README.md"
66
authors = [

src/mdreader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)