Skip to content

Commit 1cb2d9e

Browse files
committed
bump version -> 0.4.0.dev1
Signed-off-by: flashdagger <flashdagger@googlemail.com>
1 parent 7ffa40f commit 1cb2d9e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
author = "flashdagger"
1919

2020
# The full version, including alpha/beta/rc tags
21-
release = "0.4.0.dev0"
21+
release = "0.4.0.dev1"
2222
# The short X.Y version
2323
version = ".".join(release.split(".")[:2])
2424

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zammadoo"
3-
version = "0.4.0.dev0"
3+
version = "0.4.0.dev1"
44
description = "an object-oriented REST API client for zammad"
55
authors = [{ name = "flashdagger" }]
66
requires-python = ">=3.9,<4"
@@ -59,7 +59,7 @@ build-backend = "uv_build"
5959

6060

6161
[bumpver]
62-
current_version = "0.4.0.dev0"
62+
current_version = "0.4.0.dev1"
6363
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
6464

6565
[bumpver.file_patterns]

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.

zammadoo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: UTF-8 -*-
33

4-
__version__ = "0.4.0.dev0"
4+
__version__ = "0.4.0.dev1"
55

66
from .client import LOG, APIException, Client
77

0 commit comments

Comments
 (0)