Bump versions

This commit is contained in:
Tony Garnock-Jones 2018-11-18 16:29:01 +00:00
parent 639241c5a6
commit f654280b88
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "preserves", "name": "preserves",
"version": "0.0.4", "version": "0.0.5",
"description": "Experimental data serialization format", "description": "Experimental data serialization format",
"homepage": "https://gitlab.com/tonyg/preserves", "homepage": "https://gitlab.com/tonyg/preserves",
"license": "MIT", "license": "MIT",

View File

@ -5,7 +5,7 @@ except ImportError:
setup( setup(
name="preserves", name="preserves",
version="0.0.0", version="0.0.1",
author="Tony Garnock-Jones", author="Tony Garnock-Jones",
author_email="tonyg@leastfixedpoint.com", author_email="tonyg@leastfixedpoint.com",
license="GNU General Public License v3 or later (GPLv3+)", license="GNU General Public License v3 or later (GPLv3+)",