aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-10-15 16:30:30 -0700
committerMicah Lee <micah@micahflee.com>2020-10-15 16:30:30 -0700
commit5b2fe2019cdcfa6cedb844b5796133d3776dcf47 (patch)
treea92df0e293d4beb772e8165f2123803bb49cd508 /cli/pyproject.toml
parent50e7471a49600c1788cc823a07781e724137a93c (diff)
downloadonionshare-5b2fe2019cdcfa6cedb844b5796133d3776dcf47.tar.gz
onionshare-5b2fe2019cdcfa6cedb844b5796133d3776dcf47.zip
Make onionshare_cli an actual dependency of the GUI version
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 4e68e2fd..576444ae 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "0.1.3"
+version = "2.3.dev1"
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+"