From 33bd3836f507aa0446215bee7af593cec366bf86 Mon Sep 17 00:00:00 2001 From: BrianMichell Date: Mon, 15 Jun 2026 18:08:32 +0000 Subject: [PATCH] Update minor version --- pyproject.toml | 6 +++--- uv.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04d0cd96..1c8218e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "multidimio" -version = "1.1.3" +version = "1.2.0" description = "Cloud-native, scalable, and user-friendly multi dimensional energy data!" -authors = [{ name = "Altay Sansal", email = "altay.sansal@tgs.com" }] +authors = [{ name = "Brian Michell", email = "brian.michell@tgs.com" }] requires-python = ">=3.12,<3.14" readme = "README.md" license = "Apache-2.0" @@ -182,7 +182,7 @@ init_typed = true warn_required_dynamic_aliases = true [tool.bumpversion] -current_version = "1.1.3" +current_version = "1.2.0" allow_dirty = true commit = false tag = false diff --git a/uv.lock b/uv.lock index a00c2392..8dd642b5 100644 --- a/uv.lock +++ b/uv.lock @@ -1750,7 +1750,7 @@ wheels = [ [[package]] name = "multidimio" -version = "1.1.3" +version = "1.2.0" source = { editable = "." } dependencies = [ { name = "click" },