summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-08-20 13:13:39 -0700
committerMicah Lee <micah@micahflee.com>2021-08-20 13:13:39 -0700
commitf71e320ca3708d891c902f2797f75ec8d295ef1b (patch)
tree2ce29ee89686fad2a3aec74bf935556f6f1d35d9 /cli
parentc6451e097cc2baf91f0b1317604af2ed9418a63f (diff)
downloadonionshare-f71e320ca3708d891c902f2797f75ec8d295ef1b.tar.gz
onionshare-f71e320ca3708d891c902f2797f75ec8d295ef1b.zip
Version bump to 2.3.3
Diffstat (limited to 'cli')
-rw-r--r--cli/onionshare_cli/resources/version.txt2
-rw-r--r--cli/pyproject.toml2
-rw-r--r--cli/setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt
index e7034819..45674f16 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.3.2 \ No newline at end of file
+2.3.3 \ No newline at end of file
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 679a60de..51405d3d 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.3.2"
+version = "2.3.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+"
diff --git a/cli/setup.py b/cli/setup.py
index 9d9441b4..ce5e229f 100644
--- a/cli/setup.py
+++ b/cli/setup.py
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import setuptools
-version = "2.3.2"
+version = "2.3.3"
setuptools.setup(
name="onionshare-cli",