Skip to content

Commit

Permalink
Bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Feb 13, 2024
1 parent eebca9a commit f7e279f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyhint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from keyhint import utils

__version__ = "0.4.1"
__version__ = "0.4.2"
__all__ = ["utils"]
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 = "hatchling.build"

[project]
name = "keyhint"
version = "0.4.1"
version = "0.4.2"
description = "Cheat-sheets for shortcuts & commands at your fingertips."
keywords = ["shortcuts", "keybindings", "hints", "helper", "cheatsheet"]
readme = "README.md"
Expand Down Expand Up @@ -157,7 +157,7 @@ end_of_line = "keep"
[tool.tbump]

[tool.tbump.version]
current = "0.4.1"
current = "0.4.2"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit f7e279f

Please sign in to comment.