Skip to content

Commit

Permalink
Version bump the latest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeckennedy committed Jan 27, 2024
1 parent 82c4c54 commit 161c080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion umami/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"httpx",
"pydantic",
]
version = "0.1.11"
version = "0.1.12"


[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion umami/umami/impl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from umami import models, urls

__version__ = '0.1.11'
__version__ = '0.1.12'

from umami.errors import ValidationError, OperationNotAllowedError

Expand Down

0 comments on commit 161c080

Please sign in to comment.