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 50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = '0.4.2 '
53
+ version = '0.4.3 '
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '0.4.2 '
55
+ release = '0.4.3 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from __future__ import absolute_import
2
2
3
- VERSION = (0 , 4 , 2 )
3
+ VERSION = (0 , 4 , 3 )
4
4
__version__ = VERSION
5
5
__versionstr__ = '.' .join (map (str , VERSION ))
6
6
Original file line number Diff line number Diff line change 4
4
import sys
5
5
import os
6
6
7
- VERSION = (0 , 4 , 2 )
7
+ VERSION = (0 , 4 , 3 )
8
8
__version__ = VERSION
9
9
__versionstr__ = '.' .join (map (str , VERSION ))
10
10
You can’t perform that action at this time.
0 commit comments