Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
chore: bump version to 1.7.3 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez authored Apr 13, 2023
1 parent b3d1794 commit fa6c051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
sentinel_config_file = os.environ.get("SENTINEL_CONFIG", default_sentinel_config)
sentinel_cfg = DashConfig.tokenize(sentinel_config_file)
sentinel_version = "1.7.2"
sentinel_version = "1.7.3"


def get_dash_conf():
Expand Down

0 comments on commit fa6c051

Please sign in to comment.