Skip to content

Commit 13940b4

Browse files
committed
Bump to version 0.3.11
1 parent 9ccc4d2 commit 13940b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

maltoolbox/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- encoding: utf-8 -*-
2-
# MAL Toolbox v0.3.10
2+
# MAL Toolbox v0.3.11
33
# Copyright 2025, Andrei Buhaiu.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,7 +21,7 @@
2121
"""
2222

2323
__title__ = "maltoolbox"
24-
__version__ = "0.3.10"
24+
__version__ = "0.3.11"
2525
__authors__ = [
2626
"Andrei Buhaiu",
2727
"Giuseppe Nebbione",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mal-toolbox"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
authors = [
55
{ name="Andrei Buhaiu", email="[email protected]" },
66
{ name="Joakim Loxdal", email="[email protected]" },

0 commit comments

Comments
 (0)