Skip to content

Commit

Permalink
Bump program version to 0.8.0
Browse files Browse the repository at this point in the history
The  is set as a version for the next release.

This commit was created by the release script.
  • Loading branch information
extsoft committed Sep 10, 2024
1 parent 54f7b11 commit af9d226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-creds.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys
from typing import Dict, Optional, Literal, TextIO

__version__ = "0.7.1+20240910-164502"
__version__ = "0.8.0"
_prog = Path(__file__).name.split(".")[0]
_dependencies_home = Path.home().joinpath(".cache").joinpath(_prog)
_clear_session_function_name = f"{_prog}-clear-session"
Expand Down

0 comments on commit af9d226

Please sign in to comment.