Skip to content

Commit 91e2725

Browse files
committed
v0.9.1
1 parent d90a2c8 commit 91e2725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caravel/version.py

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

0 commit comments

Comments
 (0)