Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed May 12, 2016
1 parent f28c2b2 commit a0099ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caravel/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_MAJOR = 0
VERSION_MINOR = 8
VERSION_BUILD = 9
VERSION_MINOR = 9
VERSION_BUILD = 0
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO

Expand Down

0 comments on commit a0099ad

Please sign in to comment.