Skip to content

Commit

Permalink
Merge branch 'main' of github.com:someengineering/fixcompliance
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Mar 13, 2024
2 parents 3a0b148 + 61f982d commit f5df504
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.7"
__version__ = "0.4.8"

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.7"
version = "0.4.8"
authors = [
{ name = "Some Engineering Inc." },
]
Expand Down

0 comments on commit f5df504

Please sign in to comment.