summaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-21 11:12:24 -0800
committerGitHub <noreply@github.com>2021-02-21 11:12:24 -0800
commita2175a24478e2c745dfa434d14b4dfa243897954 (patch)
treecdb709ae5a717e29ee2dc17667dad2d7cd8fc91e /desktop/pyproject.toml
parent06f82897462d1844f7a814644ab9092191868595 (diff)
parent9d964a8fd37c93c52284dafa99a7540aca6630a8 (diff)
downloadonionshare-9e7c632d014aef43c359ea60faaf4a0b2862eedc.tar.gz
onionshare-9e7c632d014aef43c359ea60faaf4a0b2862eedc.zip
Merge pull request #1273 from micahflee/final-2.3v2.3
Final 2.3
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 028f1ec1..a715e9ee 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
-version = "2.3.dev2"
+version = "2.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.dev2-py3-none-any.whl",
+ "./onionshare_cli-2.3-py3-none-any.whl",
"pyside2==5.15.1",
"qrcode"
]