From d40059ae461f6c8f84397094582fc634a29f9372 Mon Sep 17 00:00:00 2001 From: Matthew Carlson <108031642+matthewctechnology@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:45:45 +0000 Subject: [PATCH] Version ideate v0.2.0 --- ideate/.bumpver.toml | 2 +- ideate/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ideate/.bumpver.toml b/ideate/.bumpver.toml index 6b10cbc..21c7ab4 100644 --- a/ideate/.bumpver.toml +++ b/ideate/.bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.1.0" +current_version = "0.2.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Version ideate v{new_version}" tag_message = "Release ideate v{new_version}" diff --git a/ideate/__version__.py b/ideate/__version__.py index 3c3eaee..5dfaaed 100644 --- a/ideate/__version__.py +++ b/ideate/__version__.py @@ -1,4 +1,4 @@ """ Stores version for ideate tool. """ -__version__ = "0.1.0" +__version__ = "0.2.0"