Bump to latest version 0.0.16

This commit is contained in:
Luke Murphy 2020-10-03 14:31:19 +02:00
parent 7145be4178
commit 04834f339a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import sys
DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data")
__VERSION__ = "0.0.15"
__VERSION__ = "0.0.16"
def subcommands():

View File

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "etherpump"
version = "0.0.15"
version = "0.0.16"
description = "Pumping text from etherpads into publications"
authors = ["Varia, Center for Everyday Technology"]
maintainers = ["Varia, Center for Everyday Technology <info@varia.zone>"]