Bump versions

This commit is contained in:
Tony Garnock-Jones 2020-05-13 12:58:47 +02:00
parent 8e0ab95d82
commit af7c523513
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "preserves",
"version": "0.1.1",
"version": "0.2.0",
"description": "Experimental data serialization format",
"homepage": "https://gitlab.com/preserves/preserves",
"license": "Apache-2.0",

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name="preserves",
version="0.1.1",
version="0.2.0",
author="Tony Garnock-Jones",
author_email="tonyg@leastfixedpoint.com",
license="Apache Software License",

View File

@ -1,6 +1,6 @@
[package]
name = "preserves"
version = "0.3.1"
version = "0.4.0"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of the Preserves serialization format via serde."