aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-12 21:40:23 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-12 21:40:23 +0100
commit9dd9391b5ab23f2a06200b2870337fcf9f631ad4 (patch)
treeb03b6df347af9c2307a79d76a03771dc87c60948 /pyproject.toml
parentImproved the search form. (diff)
downloadnewspipe-9dd9391b5ab23f2a06200b2870337fcf9f631ad4.tar.gz
newspipe-9dd9391b5ab23f2a06200b2870337fcf9f631ad4.tar.bz2
newspipe-9dd9391b5ab23f2a06200b2870337fcf9f631ad4.zip
Preparing new 9.1.0 release.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 028ccae5..c3ca7692 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "newspipe"
-version = "9.0.0"
+version = "9.1.0"
description = "Newspipe is a web news aggregator."
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "AGPL-3.0-or-later"
bgstack15