Skip to content

Commit e5fc9a1

Browse files
authored
Merge pull request #11096 from panyx0718/release/0.13.0
Update version.
2 parents 8c12436 + 67330de commit e5fc9a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/setup.py.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ class BinaryDistribution(Distribution):
55
return True
66

77
MAJOR = 0
8-
MINOR = 11
8+
MINOR = 13
99
PATCH = 0
1010
RC = 0
11-
ISTAGED = False
11+
ISTAGED = True
1212

1313

1414

0 commit comments

Comments
 (0)