Fix version to 1.0.4

This commit is contained in:
Simeon Warner 2017-01-27 12:47:47 -05:00
parent d80479469a
commit cd039ac67c
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@ core specification version. Versions 1.0.x implement the v1.0
ResourceSync specification which was standardized as ANSI/NISO Z39.99-2014
<http://www.openarchives.org/rs/1.0/toc>.
v1.0.3 2017-01-27
v1.0.4 2017-01-27
* pep8 formatting
* Added contributing note

View File

@ -3,5 +3,4 @@
# Format: x.y.z where
# x.y is spec version, see http://www.openarchives.org/rs/x.y/
# z is incremented for revisions within that version, 1...
__version__ = '1.0.3'
'
__version__ = '1.0.4'