summaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-21 11:12:24 -0800
committerGitHub <noreply@github.com>2021-02-21 11:12:24 -0800
commita2175a24478e2c745dfa434d14b4dfa243897954 (patch)
treecdb709ae5a717e29ee2dc17667dad2d7cd8fc91e /cli/pyproject.toml
parent06f82897462d1844f7a814644ab9092191868595 (diff)
parent9d964a8fd37c93c52284dafa99a7540aca6630a8 (diff)
downloadonionshare-a2175a24478e2c745dfa434d14b4dfa243897954.tar.gz
onionshare-a2175a24478e2c745dfa434d14b4dfa243897954.zip
Merge pull request #1273 from micahflee/final-2.3v2.3
Final 2.3
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 eb5db684..2843d0bb 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.3.dev2"
+version = "2.3"
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+"