Skip to content

Commit 9d0d74a

Browse files
committed
Bump to 1.1.0
1 parent bce9bf7 commit 9d0d74a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

git_fleximod/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import argparse, os, sys
33
from git_fleximod import utils
44

5-
__version__ = "1.0.3"
5+
__version__ = "1.1.0"
66

77
class CustomArgumentParser(argparse.ArgumentParser):
88
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 = "1.0.3"
3+
version = "1.1.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 = "1.0.3"
5+
current = "1.1.0"
66

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

0 commit comments

Comments
 (0)