Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalherziger committed Aug 12, 2024
1 parent 54bd0dd commit 7fd8834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "tomodo"
version = "1.2.0"
version = "1.2.1"
description = "A CLI for managing MongoDB deployments on Docker"
authors = ["MongoDB PS <yuvi.herziger@mongodb.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tomodo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from tomodo.common.provisioner import Provisioner
from tomodo.common.reader import Reader

TOMODO_VERSION = "1.2.0"
TOMODO_VERSION = "1.2.1"
__all__ = ["Cleaner", "ProvisionerConfig", "errors", "models", "Provisioner", "Reader", "TOMODO_VERSION"]

0 comments on commit 7fd8834

Please sign in to comment.