aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-24 20:10:31 -0700
committerMicah Lee <micah@micahflee.com>2020-08-24 20:10:31 -0700
commit23899fad581f89e67ecad72dff964dd2af17b55d (patch)
treea8c10a26538eec8122a13b4428c9d7a1eb1c7f50 /pyproject.toml
parent584ca92498c57570f63cffd551763c031faa2015 (diff)
downloadonionshare-23899fad581f89e67ecad72dff964dd2af17b55d.tar.gz
onionshare-23899fad581f89e67ecad72dff964dd2af17b55d.zip
Version bump to 2.3 and update changelog (for now)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6011b976..dda3b665 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare"
-version = "2.2"
+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+"