File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
:authors: Volodymyr Buell, Thomas Calmant
15
15
:license: Apache License 2.0
16
- :version: 0.1.1
16
+ :version: 0.1.3
17
17
:status: Alpha
18
18
19
19
..
49
49
# ------------------------------------------------------------------------------
50
50
51
51
# Module version
52
- __version_info__ = (0 , 1 , 2 )
52
+ __version_info__ = (0 , 1 , 3 )
53
53
__version__ = "." .join (str (x ) for x in __version_info__ )
54
54
55
55
# Documentation strings format
Original file line number Diff line number Diff line change 7
7
8
8
:authors: Volodymyr Buell, Thomas Calmant
9
9
:license: Apache License 2.0
10
- :version: 0.1.2
10
+ :version: 0.1.3
11
11
:status: Alpha
12
12
13
13
..
37
37
# ------------------------------------------------------------------------------
38
38
39
39
# Module version
40
- __version_info__ = (0 , 1 , 2 )
40
+ __version_info__ = (0 , 1 , 3 )
41
41
__version__ = "." .join (str (x ) for x in __version_info__ )
42
42
43
43
# Documentation strings format
Original file line number Diff line number Diff line change 8
8
9
9
:authors: Volodymyr Buell, Thomas Calmant
10
10
:license: Apache License 2.0
11
- :version: 0.1.2
11
+ :version: 0.1.3
12
12
:status: Alpha
13
13
14
14
..
You can’t perform that action at this time.
0 commit comments