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