From 15fa33c65170e0a5ac487fb5c5e77b9520ffbe18 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 18 Mar 2021 11:16:06 +0100 Subject: [PATCH] Publish 0.0.20 --- etherpump/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etherpump/__init__.py b/etherpump/__init__.py index aa08ab2..405a107 100644 --- a/etherpump/__init__.py +++ b/etherpump/__init__.py @@ -4,7 +4,7 @@ import sys DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data") -__VERSION__ = "0.0.19" +__VERSION__ = "0.0.20" def subcommands(): diff --git a/pyproject.toml b/pyproject.toml index b2b367c..8b2771f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "etherpump" -version = "0.0.19" +version = "0.0.20" description = "Pumping text from etherpads into publications" authors = ["Varia, Center for Everyday Technology"] maintainers = ["Varia, Center for Everyday Technology "]