summaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-22 13:50:04 -0800
committerGitHub <noreply@github.com>2021-02-22 13:50:04 -0800
commitdfaa55d2a40edfb892e123f370f5d22b79e33d04 (patch)
tree9b2a9fc5e557b49b99c63700f9e1fa0b589790e5 /cli/pyproject.toml
parentee20c648c669a0a4b2781eb5ee89f7bc03d25a6b (diff)
parent450bfcfe984734f2dbdbd84be93045ade24b46b1 (diff)
downloadonionshare-2.3.1.tar.gz
onionshare-2.3.1.zip
Merge pull request #1288 from micahflee/version-2.3.1v2.3.1
Version 2.3.1
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 2843d0bb..e393a8c5 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.3"
+version = "2.3.1"
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+"