From 04834f339a3bb39b7bd08ac8797c04941cce1764 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 3 Oct 2020 14:31:19 +0200 Subject: [PATCH] Bump to latest version 0.0.16 --- 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 fe288fc..e5f560c 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.15" +__VERSION__ = "0.0.16" def subcommands(): diff --git a/pyproject.toml b/pyproject.toml index 7b5b00e..3286793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]