Skip to content

Commit 176cb92

Browse files
committed
chore: bump to v0.3.1
1 parent 0d661f4 commit 176cb92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infomaniak_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
sys.exit(1)
3434

3535

36-
__version__ = "0.3.0"
36+
__version__ = "0.3.1"
3737
API_BASE = "https://api.infomaniak.com"
3838
CONFIG_DIR = Path.home() / ".config" / "infomaniak"
3939
CONFIG_FILE = CONFIG_DIR / "config.ini"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "infomaniak"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "CLI tool for managing Infomaniak services — DNS records, domains, and more."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)