Skip to content

Commit

Permalink
update version number from 0.4.0 to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Feb 14, 2025
1 parent e1a539d commit fd140f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</ul>
<ul>
<a href="https://github.com/cisagov/ScubaGoggles/releases">
<img src="https://img.shields.io/badge/ScubaGoggles-v0.4.0-%2385B065?labelColor=%23005288" alt="ScubaGoggles version #"></a>
<img src="https://img.shields.io/badge/ScubaGoggles-v0.4.1-%2385B065?labelColor=%23005288" alt="ScubaGoggles version #"></a>
<a href="https://github.com/cisagov/ScubaGoggles/tree/main/baselines">
<img src="https://img.shields.io/badge/GWS_SCB-v0.4-%2385B065?labelColor=%23005288" alt="GWS SCB version #"></a>
<a href="">
Expand Down
2 changes: 1 addition & 1 deletion scubagoggles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
All other references to the version number are derived from this value.
"""

__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit fd140f9

Please sign in to comment.