From ad6b84ee19be4983561fbfff5d9d9abe24fda74e Mon Sep 17 00:00:00 2001 From: Jim Edwards <jedwards@ucar.edu> Date: Thu, 28 Mar 2024 14:15:45 -0600 Subject: [PATCH] Bump to 0.7.3 --- git_fleximod/cli.py | 2 +- pyproject.toml | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/git_fleximod/cli.py b/git_fleximod/cli.py index f9cd67cff7..169a1b3384 100644 --- a/git_fleximod/cli.py +++ b/git_fleximod/cli.py @@ -1,7 +1,7 @@ from pathlib import Path import argparse -__version__ = "0.7.0" +__version__ = "0.7.3" def find_root_dir(filename=".git"): d = Path.cwd() diff --git a/pyproject.toml b/pyproject.toml index 212b014d97..bb4d89a307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "git-fleximod" -version = "0.7.0" +version = "0.7.3" description = "Extended support for git-submodule and git-sparse-checkout" authors = ["Jim Edwards <jedwards@ucar.edu>"] maintainers = ["Jim Edwards <jedwards@ucar.edu>"] diff --git a/tbump.toml b/tbump.toml index 568226dfa1..7338278fb6 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/jedwards4b/git-fleximod/" [version] -current = "0.7.0" +current = "0.7.3" # Example of a semver regexp. # Make sure this matches current_version before