Skip to content

Commit dab3407

Browse files
committed
v0.4.0
1 parent 592987a commit dab3407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

copyparty/__version__.py

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

3-
VERSION = (0, 3, 1)
4-
CODENAME = "docuparty"
5-
BUILD_DT = (2020, 5, 7)
3+
VERSION = (0, 4, 0)
4+
CODENAME = "NIH"
5+
BUILD_DT = (2020, 5, 13)
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)