Skip to content

Commit

Permalink
v0.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Aug 28, 2021
1 parent bae0d44 commit 161d57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copyparty/__version__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# coding: utf-8

VERSION = (0, 13, 7)
VERSION = (0, 13, 8)
CODENAME = "future-proof"
BUILD_DT = (2021, 8, 28)
BUILD_DT = (2021, 8, 29)

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

0 comments on commit 161d57b

Please sign in to comment.