We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865bbfb commit 25b5fa0Copy full SHA for 25b5fa0
stash/consts.py
@@ -1,7 +1,7 @@
1
from typing import Tuple
2
3
PROJECT: str = "stash"
4
-VERSION: Tuple[int, int, int] = (0, 0, 7, 2)
+VERSION: Tuple[int, int, int] = (0, 0, 8, 0)
5
6
CHECKSUM_ALGO_MD5 = "md5"
7
CHECKSUM_ALGO_SHA1 = "sha1"
0 commit comments