summaryrefslogtreecommitdiff
path: root/desktop
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 /desktop
parentc6451e097cc2baf91f0b1317604af2ed9418a63f (diff)
downloadonionshare-f71e320ca3708d891c902f2797f75ec8d295ef1b.tar.gz
onionshare-f71e320ca3708d891c902f2797f75ec8d295ef1b.zip
Version bump to 2.3.3
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 a39aa94d..fdb820b4 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
-version = "2.3.2"
+version = "2.3.3"
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.2-py3-none-any.whl",
+ "./onionshare_cli-2.3.3-py3-none-any.whl",
"pyside2==5.15.1",
"qrcode"
]
diff --git a/desktop/src/setup.py b/desktop/src/setup.py
index 060fa93c..cd3c21f6 100644
--- a/desktop/src/setup.py
+++ b/desktop/src/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",