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 1313
1414:authors: Volodymyr Buell, Thomas Calmant
1515:license: Apache License 2.0
16- :version: 0.2.0
16+ :version: 0.2.1
1717:status: Alpha
1818
1919..
4949# ------------------------------------------------------------------------------
5050
5151# Module version
52- __version_info__ = (0 , 2 , 0 )
52+ __version_info__ = (0 , 2 , 1 )
5353__version__ = "." .join (str (x ) for x in __version_info__ )
5454
5555# Documentation strings format
Original file line number Diff line number Diff line change 77
88:authors: Volodymyr Buell, Thomas Calmant
99:license: Apache License 2.0
10- :version: 0.2.0
10+ :version: 0.2.1
1111:status: Alpha
1212
1313..
3737# ------------------------------------------------------------------------------
3838
3939# Module version
40- __version_info__ = (0 , 2 , 0 )
40+ __version_info__ = (0 , 2 , 1 )
4141__version__ = "." .join (str (x ) for x in __version_info__ )
4242
4343# Documentation strings format
Original file line number Diff line number Diff line change 88
99:authors: Volodymyr Buell, Thomas Calmant
1010:license: Apache License 2.0
11- :version: 0.2.0
11+ :version: 0.2.1
1212:status: Alpha
1313
1414..
You can’t perform that action at this time.
0 commit comments