File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 7
7
:authors: Josh Marshall, Thomas Calmant
8
8
:copyright: Copyright 2017, Thomas Calmant
9
9
:license: Apache License 2.0
10
- :version: 0.3.0
10
+ :version: 0.3.1
11
11
12
12
..
13
13
69
69
# ------------------------------------------------------------------------------
70
70
71
71
# Module version
72
- __version_info__ = (0 , 3 , 0 )
72
+ __version_info__ = (0 , 3 , 1 )
73
73
__version__ = "." .join (str (x ) for x in __version_info__ )
74
74
75
75
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:authors: Josh Marshall, Thomas Calmant
7
7
:copyright: Copyright 2017, Thomas Calmant
8
8
:license: Apache License 2.0
9
- :version: 0.3.0
9
+ :version: 0.3.1
10
10
11
11
..
12
12
Original file line number Diff line number Diff line change 5
5
6
6
:copyright: Copyright 2017, Thomas Calmant
7
7
:license: Apache License 2.0
8
- :version: 0.3.0
8
+ :version: 0.3.1
9
9
10
10
..
11
11
29
29
# ------------------------------------------------------------------------------
30
30
31
31
# Module version
32
- __version_info__ = (0 , 3 , 0 )
32
+ __version_info__ = (0 , 3 , 1 )
33
33
__version__ = "." .join (str (x ) for x in __version_info__ )
34
34
35
35
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:authors: Josh Marshall, Thomas Calmant
7
7
:copyright: Copyright 2017, Thomas Calmant
8
8
:license: Apache License 2.0
9
- :version: 0.3.0
9
+ :version: 0.3.1
10
10
11
11
..
12
12
26
26
"""
27
27
28
28
# Module version
29
- __version_info__ = (0 , 3 , 0 )
29
+ __version_info__ = (0 , 3 , 1 )
30
30
__version__ = "." .join (str (x ) for x in __version_info__ )
31
31
32
32
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:authors: Josh Marshall, Thomas Calmant
7
7
:copyright: Copyright 2017, Thomas Calmant
8
8
:license: Apache License 2.0
9
- :version: 0.3.0
9
+ :version: 0.3.1
10
10
11
11
..
12
12
36
36
# ------------------------------------------------------------------------------
37
37
38
38
# Module version
39
- __version_info__ = (0 , 3 , 0 )
39
+ __version_info__ = (0 , 3 , 1 )
40
40
__version__ = "." .join (str (x ) for x in __version_info__ )
41
41
42
42
# Documentation strings format
Original file line number Diff line number Diff line change 38
38
:authors: Josh Marshall, Thomas Calmant
39
39
:copyright: Copyright 2017, Thomas Calmant
40
40
:license: Apache License 2.0
41
- :version: 0.3.0
41
+ :version: 0.3.1
42
42
43
43
..
44
44
96
96
# ------------------------------------------------------------------------------
97
97
98
98
# Module version
99
- __version_info__ = (0 , 3 , 0 )
99
+ __version_info__ = (0 , 3 , 1 )
100
100
__version__ = "." .join (str (x ) for x in __version_info__ )
101
101
102
102
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:author: Thomas Calmant
7
7
:copyright: Copyright 2017, Thomas Calmant
8
8
:license: Apache License 2.0
9
- :version: 0.3.0
9
+ :version: 0.3.1
10
10
11
11
..
12
12
41
41
# ------------------------------------------------------------------------------
42
42
43
43
# Module version
44
- __version_info__ = (0 , 3 , 0 )
44
+ __version_info__ = (0 , 3 , 1 )
45
45
__version__ = "." .join (str (x ) for x in __version_info__ )
46
46
47
47
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:author: Thomas Calmant
7
7
:copyright: Copyright 2017, Thomas Calmant
8
8
:license: Apache License 2.0
9
- :version: 0.3.0
9
+ :version: 0.3.1
10
10
11
11
..
12
12
30
30
# ------------------------------------------------------------------------------
31
31
32
32
# Module version
33
- __version_info__ = (0 , 3 , 0 )
33
+ __version_info__ = (0 , 3 , 1 )
34
34
__version__ = "." .join (str (x ) for x in __version_info__ )
35
35
36
36
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:authors: Josh Marshall, Thomas Calmant
7
7
:copyright: Copyright 2017, Thomas Calmant
8
8
:license: Apache License 2.0
9
- :version: 0.3.0
9
+ :version: 0.3.1
10
10
11
11
..
12
12
26
26
"""
27
27
28
28
# Module version
29
- __version_info__ = (0 , 3 , 0 )
29
+ __version_info__ = (0 , 3 , 1 )
30
30
__version__ = "." .join (str (x ) for x in __version_info__ )
31
31
32
32
# Documentation strings format
You can’t perform that action at this time.
0 commit comments