Skip to content

Commit a855421

Browse files
committed
Bump version for release (1.0.3)
1 parent c6a72e1 commit a855421

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Requirements
4242

4343
* numpy
4444

45-
Licence
45+
License
4646
-------
4747

4848
MIT License (c) 2017 Mike C. Fletcher
@@ -56,5 +56,7 @@ Authors
5656
History
5757
-------
5858

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
5961
* 1.0.1 -- Fix to allow for files that have non-sample-multiple bytes in the data section
6062
* 1.0.0 -- Initial release

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="sphfile",
5-
version="1.0.2",
5+
version="1.0.3",
66
url="https://github.com/mcfletch/sphfile",
77
author="Mike C. Fletcher",
88
author_email="[email protected]",

0 commit comments

Comments
 (0)