File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22import argparse
33from git_fleximod import utils
44
5- __version__ = "0.9.0 "
5+ __version__ = "0.9.1 "
66
77def find_root_dir (filename = ".gitmodules" ):
88 """ finds the highest directory in tree
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " git-fleximod"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44description = " Extended support for git-submodule and git-sparse-checkout"
55authors = [
" Jim Edwards <[email protected] >" ]
66maintainers = [
" Jim Edwards <[email protected] >" ]
Original file line number Diff line number Diff line change 22github_url = " https://github.com/jedwards4b/git-fleximod/"
33
44[version ]
5- current = " 0.9.0 "
5+ current = " 0.9.1 "
66
77# Example of a semver regexp.
88# Make sure this matches current_version before
You can’t perform that action at this time.
0 commit comments