We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a72e1 commit a855421Copy full SHA for a855421
README.rst
@@ -42,7 +42,7 @@ Requirements
42
43
* numpy
44
45
-Licence
+License
46
-------
47
48
MIT License (c) 2017 Mike C. Fletcher
@@ -56,5 +56,7 @@ Authors
56
History
57
58
59
+* 1.0.3 -- Allow for other header keys during header format parsing
60
+* 1.0.2 -- Use signed integers for 2 and 4-byte sample_n_bytes
61
* 1.0.1 -- Fix to allow for files that have non-sample-multiple bytes in the data section
62
* 1.0.0 -- Initial release
setup.py
@@ -2,7 +2,7 @@
2
3
setuptools.setup(
4
name="sphfile",
5
- version="1.0.2",
+ version="1.0.3",
6
url="https://github.com/mcfletch/sphfile",
7
author="Mike C. Fletcher",
8
author_email="[email protected]",
0 commit comments