summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-22 13:37:21 -0800
committerMicah Lee <micah@micahflee.com>2021-02-22 13:37:21 -0800
commit89c1b14a8c2fdf4534b6d82ea9a3ffaab0fcd197 (patch)
tree41cdb2d43b0a8b9870f7d95bf1c2273b79aa4cc6 /cli
parent2a7d9dbd51a377e2a1b52233db6ca2aa7549ce89 (diff)
downloadonionshare-89c1b14a8c2fdf4534b6d82ea9a3ffaab0fcd197.tar.gz
onionshare-89c1b14a8c2fdf4534b6d82ea9a3ffaab0fcd197.zip
Version bump to 2.3.1
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 c0943d3e..a6254504 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.3 \ No newline at end of file
+2.3.1 \ No newline at end of file
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 2843d0bb..e393a8c5 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.3"
+version = "2.3.1"
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 4f9a5bd8..90f7ddbc 100644
--- a/cli/setup.py
+++ b/cli/setup.py
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import setuptools
-version = "2.3"
+version = "2.3.1"
setuptools.setup(
name="onionshare-cli",