Skip to content

Commit 25b5fa0

Browse files
committed
version bump
1 parent 865bbfb commit 25b5fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stash/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Tuple
22

33
PROJECT: str = "stash"
4-
VERSION: Tuple[int, int, int] = (0, 0, 7, 2)
4+
VERSION: Tuple[int, int, int] = (0, 0, 8, 0)
55

66
CHECKSUM_ALGO_MD5 = "md5"
77
CHECKSUM_ALGO_SHA1 = "sha1"

0 commit comments

Comments
 (0)