Skip to content

Commit

Permalink
bump 0.4.10 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatzer authored Dec 4, 2024
1 parent ec2568b commit 423a903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mostlyai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mostlyai.api import MostlyAI

__all__ = ["MostlyAI"]
__version__ = "0.4.9" # Do not set this manually. Use poetry version [params].
__version__ = "0.4.10" # Do not set this manually. Use poetry version [params].
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mostlyai"
version = "0.4.9"
version = "0.4.10"
description = "MOSTLY AI - Python Client"
homepage = "https://app.mostly.ai/"
license = "Apache-2.0"
Expand Down

0 comments on commit 423a903

Please sign in to comment.