Bump versions

This commit is contained in:
Tony Garnock-Jones 2018-11-20 14:48:50 +00:00
parent 87deddc879
commit 1fd763cf56
2 changed files with 2 additions and 2 deletions

View File

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

View File

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