aboutsummaryrefslogtreecommitdiff
path: root/desktop
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 /desktop
parent2a7d9dbd51a377e2a1b52233db6ca2aa7549ce89 (diff)
downloadonionshare-89c1b14a8c2fdf4534b6d82ea9a3ffaab0fcd197.tar.gz
onionshare-89c1b14a8c2fdf4534b6d82ea9a3ffaab0fcd197.zip
Version bump to 2.3.1
Diffstat (limited to 'desktop')
-rw-r--r--desktop/pyproject.toml4
-rw-r--r--desktop/src/setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index a715e9ee..de52b2cd 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
-version = "2.3"
+version = "2.3.1"
url = "https://onionshare.org"
license = "GPLv3"
author = 'Micah Lee'
@@ -13,7 +13,7 @@ description = "Securely and anonymously share files, host websites, and chat wit
icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
- "./onionshare_cli-2.3-py3-none-any.whl",
+ "./onionshare_cli-2.3.1-py3-none-any.whl",
"pyside2==5.15.1",
"qrcode"
]
diff --git a/desktop/src/setup.py b/desktop/src/setup.py
index 6c4ae724..83aeeba1 100644
--- a/desktop/src/setup.py
+++ b/desktop/src/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",