From 47c1a776c2434d858ed024f61f3479132915664d Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Fri, 17 Jan 2020 16:08:28 -0500 Subject: [PATCH] Bump version for pypi upload. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73924ea..794597c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "wagtail-draftail-snippet" -version = "0.2.0" +version = "0.2.1" description = "Associate RichTextBlock text content to a snippet model." authors = ["Parbhat Puri ", "Adam Hill "] repository = "https://github.com/themotleyfool/wagtail-draftail-snippet" readme = "README.md" +license = "BSD-3-Clause" [tool.poetry.dependencies] python = "^3.6"