diff --git a/pyproject.toml b/pyproject.toml index 0a4bf95..14ca9d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sailed.io" -version = "0.10.8" +version = "0.10.9" description = "CLI tool to deploy and manage WordPress applications on DigitalOcean" readme = "README.md" authors = [{ name = "Konstantin Kovshenin", email = "kovshenin@gmail.com" }] diff --git a/sail/__version__.py b/sail/__version__.py index 6368c60..23afb66 100644 --- a/sail/__version__.py +++ b/sail/__version__.py @@ -1,6 +1,6 @@ __title__ = 'sail' __description__ = 'CLI tool to deploy and manage WordPress applications on DigitalOcean' -__version__ = '0.10.8' +__version__ = '0.10.9' __author__ = 'Konstantin Kovshenin' __author_email__ = 'kovshenin@gmail.com' __url__ = 'https://sailed.io'