diff --git a/CHANGES.md b/CHANGES.md index 8170163..5c01700 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 . -v1.0.3 2017-01-27 +v1.0.4 2017-01-27 * pep8 formatting * Added contributing note diff --git a/resync/_version.py b/resync/_version.py index 3332ca5..4c10086 100644 --- a/resync/_version.py +++ b/resync/_version.py @@ -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'