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 33from importlib .resources import files
44from git_fleximod import utils
55
6- __version__ = "1.0.0 "
6+ __version__ = "1.0.1 "
77
88class CustomArgumentParser (argparse .ArgumentParser ):
99 def print_help (self , file = None ):
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " git-fleximod"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = " Extended support for git-submodule and git-sparse-checkout"
55authors = [" Jim Edwards <jedwards@ucar.edu>" ]
66maintainers = [" Jim Edwards <jedwards@ucar.edu>" ]
Original file line number Diff line number Diff line change 22github_url = " https://github.com/jedwards4b/git-fleximod/"
33
44[version ]
5- current = " 1.0.0 "
5+ current = " 1.0.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