From 777a24b2e0a5f59719cd24e0e6e3c8fc69474b14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Jul 2023 18:17:17 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.9=20=E2=86=92=200.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6805ff0c..eb445643 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,15 +1,15 @@ [bumpversion] -current_version = 0.0.9 +current_version = 0.0.10 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}-{release}{build} {major}.{minor}.{patch} [bumpversion:part:release] optional_value = prod first_value = dev -values = +values = dev prod diff --git a/pyproject.toml b/pyproject.toml index 36c3ecc0..0ef80025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langkit" -version = "0.0.9" +version = "0.0.10" description = "A collection of text metric udfs for whylogs profiling and monitoring in WhyLabs" authors = ["WhyLabs.ai "] license = "Apache-2.0"