From 303cc62b562e5239e187466ffdd42b06223e7c32 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Wed, 24 Dec 2025 15:43:23 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=9A=99=EF=B8=8F=20version=20bump=20?= =?UTF-8?q?in=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f12af06..a7d98f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "met-office" -version = "1.3.2" +version = "1.3.3" description = "Convert nimrod files to .csv timeseries" readme = "README.md" requires-python = ">=3.14" diff --git a/uv.lock b/uv.lock index 12c8c03..b5d2a26 100644 --- a/uv.lock +++ b/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.14" [[package]] name = "met-office" -version = "1.3.2" +version = "1.3.3" source = { virtual = "." } dependencies = [ { name = "numpy" },