From b08bf5192bc2381db7b2cfc93f7bd02a7fa9bfc6 Mon Sep 17 00:00:00 2001 From: criccomini Date: Wed, 3 Jan 2024 19:24:50 +0000 Subject: [PATCH] Bump version 0.9.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe134b2..62e4cf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "recap-core" -version = "0.9.6" +version = "0.9.7" description = "Recap reads and writes schemas from web services, databases, and schema registries in a standard format" authors = [ {name = "Chris Riccomini", email = "criccomini@apache.org"},