Skip to content

Commit 223229b

Browse files
committed
v1.3.0
1 parent 61cf76b commit 223229b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

r0c/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION = (1, 2, 0)
2-
BUILD_DT = (2021, 9, 24)
1+
VERSION = (1, 3, 0)
2+
BUILD_DT = (2022, 4, 3)
33

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

0 commit comments

Comments
 (0)