I dub thee v0.13

dev
Andy Meneely 2017-01-04 15:57:37 -05:00
parent a3b6a99e02
commit a98e0b5acc
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ author = u'Andy Meneely'
# The short X.Y version.
version = u'v0.13'
# The full version, including alpha/beta/rc tags.
release = u'v0.13.0a'
release = u'v0.13.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -6,5 +6,5 @@ module Squib
# Most of the time this is in the alpha of the next release.
# e.g. v0.0.5a is on its way to becoming v0.0.5
#
VERSION = '0.13.0a'
VERSION = '0.13.0'
end