File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.3.3] (unreleased )
3+ ## [ 0.3.3] (2017-12-13 )
44
55### Changed
66- Distribution package changed from .tar.gz to .whl (Python Wheel)
7- - DLLs are now signed
87
98## [ 0.3.2] (2017-07-09)
109
Original file line number Diff line number Diff line change 77
88from . import hdf5
99
10- __version__ = '0.3.2 '
10+ __version__ = '0.3.3 '
1111
1212_object_name_pattern = re .compile ('[a-zA-Z][a-zA-Z0-9_]*' )
1313
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def readme():
1111
1212
1313setup (name = 'SDF' ,
14- version = '0.3.2 ' ,
14+ version = '0.3.3 ' ,
1515 description = "Work with Scientific Data Format files in Python" ,
1616 long_description = readme (),
1717 url = "https://github.com/ScientificDataFormat/SDF-Python" ,
You can’t perform that action at this time.
0 commit comments