From 5ee9743f7eedad02aef84c309a3ec9fcfbb30f5c Mon Sep 17 00:00:00 2001 From: jacobtoppm Date: Fri, 27 May 2022 18:05:25 +0100 Subject: [PATCH] v0.2.2 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eedeef9..95995ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wagtail-airtable" -version = "0.2.1" +version = "0.2.2" description = "Sync data between Wagtail and Airtable" readme = "README.rst" authors = ["Kalob Taulien "] diff --git a/setup.py b/setup.py index c8f2b80..3fffc47 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wagtail-airtable', - version='0.2.1', + version='0.2.2', description="Sync data between Wagtail and Airtable", author='Kalob Taulien', author_email='kalob.taulien@torchbox.com',