Skip to content

Commit 320b6b5

Browse files
committed
Version 0.21.1
1 parent c8a79fa commit 320b6b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"final": 15}
6262

6363
MAJOR = 0
64-
MINOR = 22
65-
MICRO = 0
66-
RELEV = "dev" # <16
64+
MINOR = 21
65+
MICRO = 1
66+
RELEV = "final" # <16
6767
SERIAL = 0 # <16
6868

6969
date = __date__

0 commit comments

Comments
 (0)