Skip to content

Commit

Permalink
[create-pull-request] automated change (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: rembik <22748318+rembik@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and rembik committed May 22, 2024
1 parent 0ef8e8d commit ba2b2aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acme_dns_azure/___init___.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from acme_dns_azure.client import AcmeDnsAzureClient
from acme_dns_azure.log import setup_custom_logger

__version__ = "0.3.0"
__version__ = "0.3.1"

__author__ = "ZEISS Digital Innovation Partners"
__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion examples/function/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages = [
{include = "function_app.py"},
]
readme = "README.md"
version = "0.3.0"
version = "0.3.1"

[tool.poetry_bumpversion.file."version.py"]

Expand Down
2 changes: 1 addition & 1 deletion examples/function/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/ZEISS/acme-dns-azure"
version = "0.3.0"
version = "0.3.1"

[tool.poetry_bumpversion.file."acme_dns_azure/___init___.py"]

Expand Down

0 comments on commit ba2b2aa

Please sign in to comment.