From 7fd8834acce36fa404069728f175a83b19ee4f51 Mon Sep 17 00:00:00 2001 From: Yuval Date: Mon, 12 Aug 2024 10:48:26 +0000 Subject: [PATCH] 1.2.1 --- pyproject.toml | 2 +- tomodo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eab6faa..97b63cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" diff --git a/tomodo/__init__.py b/tomodo/__init__.py index cb12406..4a823b9 100644 --- a/tomodo/__init__.py +++ b/tomodo/__init__.py @@ -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"]