Skip to content

Commit

Permalink
Bump to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 12, 2024
1 parent 34daa06 commit 8eae7e3
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.7"
__version__ = "0.7.8"

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.7"
version = "0.7.8"
description = "Extended support for git-submodule and git-sparse-checkout"
authors = ["Jim Edwards <jedwards@ucar.edu>"]
maintainers = ["Jim Edwards <jedwards@ucar.edu>"]
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.7"
current = "0.7.8"

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

0 comments on commit 8eae7e3

Please sign in to comment.