Skip to content

Commit 8b502a7

Browse files
committed
v0.5.6
1 parent 3756784 commit 8b502a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copyparty/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

3-
VERSION = (0, 5, 5)
3+
VERSION = (0, 5, 6)
44
CODENAME = "fuse jelly"
5-
BUILD_DT = (2020, 11, 27)
5+
BUILD_DT = (2020, 11, 29)
66

77
S_VERSION = ".".join(map(str, VERSION))
88
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

0 commit comments

Comments
 (0)