diff --git a/odd_cli/__version__.py b/odd_cli/__version__.py index 26906e0..d0c61da 100644 --- a/odd_cli/__version__.py +++ b/odd_cli/__version__.py @@ -1 +1 @@ -VERSION = '0.2.3' +VERSION = '0.2.4' diff --git a/pyproject.toml b/pyproject.toml index 69b92bb..99972cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "odd-cli" -version = "0.2.3" +version = "0.2.4" description = "Command line tool for working with OpenDataDiscovery. " authors = ["Pavel Makarichev "] keywords=["Open Data Discovery", "Metadata", "Data Discovery", "Data Observability"]