Skip to content

Commit

Permalink
[Version 1.1.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
rgryta committed Jul 17, 2024
1 parent cc772a0 commit fa32b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
python-version: '3.12'
- name: Install check-bump
shell: bash
run: pip install "check-bump==1.0.2"
run: pip install "check-bump==1.1.0"
- name: Pass Inputs to Shell
id: check-bump
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "check-bump"
version = "1.0.2"
version = "1.1.0"
authors = [
{ name="Radoslaw Gryta", email="[email protected]" },
]
Expand Down Expand Up @@ -38,7 +38,7 @@ optional-dependencies = { dev = {file = ["requirements_dev.txt"]} }
####### BUMPV #######

[tool.bumpversion]
current_version = "1.0.2"
current_version = "1.1.0"
allow_dirty = true
commit = true
message = "[Version {new_version}]"
Expand Down

0 comments on commit fa32b65

Please sign in to comment.