Skip to content

Commit 57bffe0

Browse files
committed
v0.10.0
1 parent a016d18 commit 57bffe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

caravel/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION_MAJOR = 0
2-
VERSION_MINOR = 9
3-
VERSION_BUILD = 1
2+
VERSION_MINOR = 10
3+
VERSION_BUILD = 0
44
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
55
VERSION_STRING = "%d.%d.%d" % VERSION_INFO
66

0 commit comments

Comments
 (0)