aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-15 15:31:22 -0800
committerMicah Lee <micah@micahflee.com>2021-02-15 15:31:22 -0800
commit54eb4d682af810d077ae58976c470e2502c61dff (patch)
treea94269768a5f939683ad74c2c2f13516fa28b044 /desktop/pyproject.toml
parent1daa18873eeb26e638595fd9544bce120b7af30f (diff)
downloadonionshare-54eb4d682af810d077ae58976c470e2502c61dff.tar.gz
onionshare-54eb4d682af810d077ae58976c470e2502c61dff.zip
Version bump from 2.3.dev2 to 2.3, and build the latest docs, in the latest languages
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"
]