Bump version for pypi upload.
This commit is contained in:
parent
d7e94cd745
commit
47c1a776c2
1 changed files with 2 additions and 1 deletions
|
@ -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 <me@parbhatpuri.com>", "Adam Hill <ahill@fool.com>"]
|
||||
repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"
|
||||
readme = "README.md"
|
||||
license = "BSD-3-Clause"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
|
|
Reference in a new issue