File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = '0.4.4 '
53+ version = '0.4.5 '
5454# The full version, including alpha/beta/rc tags.
55- release = '0.4.4 '
55+ release = '0.4.5 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 11from __future__ import absolute_import
22
3- VERSION = (0 , 4 , 4 )
3+ VERSION = (0 , 4 , 5 )
44__version__ = VERSION
55__versionstr__ = '.' .join (map (str , VERSION ))
66
Original file line number Diff line number Diff line change 44import sys
55import os
66
7- VERSION = (0 , 4 , 4 )
7+ VERSION = (0 , 4 , 5 )
88__version__ = VERSION
99__versionstr__ = '.' .join (map (str , VERSION ))
1010
You can’t perform that action at this time.
0 commit comments