From 1e76c2afd9c6d1082778451c8d5a9720d4242c16 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Feb 2026 16:51:07 +0000 Subject: [PATCH] minor bump --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51d753f..7c34f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vmr-cli" -version = "0.1.0" +version = "0.2.0" description = "Add your description here" readme = "README.md" license = { text = "LICENSE" } diff --git a/uv.lock b/uv.lock index c70fa06..4950507 100644 --- a/uv.lock +++ b/uv.lock @@ -110,7 +110,7 @@ requires-dist = [{ name = "tomli", marker = "python_full_version < '3.11'", spec [[package]] name = "vmr-cli" -version = "0.1.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "cyclopts" },