decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with
2 additions and
2 deletions
-
etherpump/__init__.py
-
pyproject.toml
|
|
@ -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(): |
|
|
|
|
|
@ -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 <info@varia.zone>"] |
|
|
|