aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-20 23:39:43 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-20 23:39:43 +0100
commit2c354edc1c04b2f7c842023087035c75e3dc1b02 (patch)
tree9a1536c04d018a61b434241da7303eac975bd831 /pyproject.toml
parentUpdated CHANGELOG and README. (diff)
downloadnewspipe-2c354edc1c04b2f7c842023087035c75e3dc1b02.tar.gz
newspipe-2c354edc1c04b2f7c842023087035c75e3dc1b02.tar.bz2
newspipe-2c354edc1c04b2f7c842023087035c75e3dc1b02.zip
Bumped version number.
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 c3ca7692..f522154a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "newspipe"
-version = "9.1.0"
+version = "9.2.0"
description = "Newspipe is a web news aggregator."
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "AGPL-3.0-or-later"
bgstack15