aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-19 23:36:08 -0400
committerMicah Lee <micah@micahflee.com>2022-06-19 23:36:08 -0400
commit7173a4b9d35cd4a297107b6134471f310a7a2aba (patch)
tree6fa03fa6a77198a4713e5cd317d0c2498c4503b6 /cli
parent21a4f0ee01b9f8f1d9c1ca01861fb967e12a9e68 (diff)
downloadonionshare-7173a4b9d35cd4a297107b6134471f310a7a2aba.tar.gz
onionshare-7173a4b9d35cd4a297107b6134471f310a7a2aba.zip
Version bump to 2.6.dev1
Diffstat (limited to 'cli')
-rw-r--r--cli/onionshare_cli/resources/version.txt2
-rw-r--r--cli/pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt
index 68151b2e..2a15fcc8 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.5 \ No newline at end of file
+2.6.dev1 \ No newline at end of file
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 5ddaf565..1983cf59 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.5"
+version = "2.6"
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+"