aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-01-17 09:51:04 -0800
committerMicah Lee <micah@micahflee.com>2022-01-17 09:51:04 -0800
commit4729af55984abfaba494e31862f69f35494467e9 (patch)
tree96423d676c3ba788b6f5f659e6b04789ef5cfa7c /desktop/pyproject.toml
parentababc2de46cd5d259bc08c4d037a145f8fc23187 (diff)
downloadonionshare-4729af55984abfaba494e31862f69f35494467e9.tar.gz
onionshare-4729af55984abfaba494e31862f69f35494467e9.zip
Actually bump version to 2.5
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index f8d72560..71026f92 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare"
-version = "2.4.1"
+version = "2.5"
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"