aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-06-08 14:13:03 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-06-08 14:13:03 +0200
commit304c416a741d62bb88e38694f99536bcbb7b7d89 (patch)
tree3428ffc8cdd58d6f0f9c1bbd198b13a64246ed21 /pyproject.toml
parentUpdated CHANGELOG for the new release. (diff)
downloadnewspipe-304c416a741d62bb88e38694f99536bcbb7b7d89.tar.gz
newspipe-304c416a741d62bb88e38694f99536bcbb7b7d89.tar.bz2
newspipe-304c416a741d62bb88e38694f99536bcbb7b7d89.zip
Updated dependencies.
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 70fe0840..33aa79a5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "newspipe"
-version = "9.3.0"
+version = "9.4.0"
description = "Newspipe is a web news aggregator."
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "AGPL-3.0-or-later"
bgstack15