Skip to content

Commit 161c080

Browse files
committed
Version bump the latest release.
1 parent 82c4c54 commit 161c080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

umami/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"httpx",
2828
"pydantic",
2929
]
30-
version = "0.1.11"
30+
version = "0.1.12"
3131

3232

3333
[project.urls]

umami/umami/impl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from umami import models, urls
77

8-
__version__ = '0.1.11'
8+
__version__ = '0.1.12'
99

1010
from umami.errors import ValidationError, OperationNotAllowedError
1111

0 commit comments

Comments
 (0)