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

Commit fa6c051

Browse files
authored
chore: bump version to 1.7.3 (#121)
1 parent b3d1794 commit fa6c051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111
sentinel_config_file = os.environ.get("SENTINEL_CONFIG", default_sentinel_config)
1212
sentinel_cfg = DashConfig.tokenize(sentinel_config_file)
13-
sentinel_version = "1.7.2"
13+
sentinel_version = "1.7.3"
1414

1515

1616
def get_dash_conf():

0 commit comments

Comments
 (0)