From add70e7b2036786c2277d9a0a5aa5c6f74010d94 Mon Sep 17 00:00:00 2001 From: Anshuman Tiwari Date: Fri, 28 Nov 2025 18:42:04 +0530 Subject: [PATCH] chore: version bump to 0.9.9 --- dcs_core/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dcs_core/__version__.py b/dcs_core/__version__.py index a1848f2..3ce0a36 100644 --- a/dcs_core/__version__.py +++ b/dcs_core/__version__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.9.8" +__version__ = "0.9.9" diff --git a/pyproject.toml b/pyproject.toml index dcc6d47..84a3a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcs-core" -version = "0.9.8" +version = "0.9.9" description = "Open Source Data Quality Monitoring" license = "Apache-2.0" authors = [