From f5d67b34f0d4efce8047759cc242d2dacbcd659c Mon Sep 17 00:00:00 2001 From: OpenDataDiscovery Bot Date: Mon, 18 Sep 2023 13:24:30 +0000 Subject: [PATCH] chore: bump package version --- odd_cli/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]