diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 155bbfc..1289a03 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.7 +current_version = 1.1.8 commit = True tag = False diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1065bbb..084d294 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -3,7 +3,7 @@ #github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] #patreon: # Replace with a single Patreon username #open_collective: # Replace with a single Open Collective username -#ko_fi: # Replace with a single Ko-fi username +ko_fi: na0nh #tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel #community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry #liberapay: # Replace with a single Liberapay username diff --git a/pyproject.toml b/pyproject.toml index 0a7faaa..d8245ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scripts" -version = "1.1.7" +version = "1.1.8" description = "CICD Core Scripts" authors = ["B "] license = "Apache 2.0"