Skip to content

Commit

Permalink
Bump to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 26, 2024
1 parent 1f07cb6 commit 5322019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion git_fleximod/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import argparse
from git_fleximod import utils

__version__ = "0.7.8"
__version__ = "0.7.9"

def find_root_dir(filename=".gitmodules"):
""" finds the highest directory in tree
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "git-fleximod"
version = "0.7.8"
version = "0.7.9"
description = "Extended support for git-submodule and git-sparse-checkout"
authors = ["Jim Edwards <[email protected]>"]
maintainers = ["Jim Edwards <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/jedwards4b/git-fleximod/"

[version]
current = "0.7.8"
current = "0.7.9"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 5322019

Please sign in to comment.