Skip to content

Commit

Permalink
Bump version to 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
some-ci committed Mar 14, 2024
1 parent 2bac974 commit dc0995d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixcompliance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from importlib.resources import files as resource_filename
from pathlib import Path

__version__ = "0.4.10"
__version__ = "0.4.11"

Json = dict[str, Any]
CACHE_TIMEOUT = 3600
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixcompliance"
version = "0.4.10"
version = "0.4.11"
authors = [
{ name = "Some Engineering Inc." },
]
Expand Down

0 comments on commit dc0995d

Please sign in to comment.