Skip to content

Commit 8d3cdea

Browse files
committed
Bump to 1.0.0
1 parent 695811b commit 8d3cdea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

git_fleximod/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from importlib.resources import files
44
from git_fleximod import utils
55

6-
__version__ = "0.9.4"
6+
__version__ = "1.0.0"
77

88
class CustomArgumentParser(argparse.ArgumentParser):
99
def print_help(self, file=None):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "git-fleximod"
3-
version = "0.9.4"
3+
version = "1.0.0"
44
description = "Extended support for git-submodule and git-sparse-checkout"
55
authors = ["Jim Edwards <[email protected]>"]
66
maintainers = ["Jim Edwards <[email protected]>"]

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_url = "https://github.com/jedwards4b/git-fleximod/"
33

44
[version]
5-
current = "0.9.4"
5+
current = "1.0.0"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)