Skip to content

Commit 5de0ac4

Browse files
committed
bump version number to 4.3.2
1 parent ecc5c15 commit 5de0ac4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mocodo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22
from importlib import import_module
33

4-
__version__ = "4.2.15"
4+
__version__ = "4.3.2"
55
SCRIPT_DIRECTORY = Path(__file__).resolve().parent
66

77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mocodo"
3-
version = "4.2.15" # previously dynamically set by poetry-version-plugin
3+
version = "4.3.2" # previously dynamically set by poetry-version-plugin
44
description = "Modélisation Conceptuelle de Données. Nickel. Ni souris."
55
authors = [{ name = "Aristide Grange" }]
66
requires-python = ">=3.6.1,<4"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)