aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-08 20:53:08 -0800
committerMicah Lee <micah@micahflee.com>2020-11-08 20:53:08 -0800
commit1514ffb56a940543340d6cd7a1b95134000c8baf (patch)
tree08aace927fead6491b9fed287f869c36f2d8c4e6 /desktop/pyproject.toml
parent0154c8477c38619ebde2c7128c7704e5afb084e3 (diff)
downloadonionshare-1514ffb56a940543340d6cd7a1b95134000c8baf.tar.gz
onionshare-1514ffb56a940543340d6cd7a1b95134000c8baf.zip
Also version bump the onionshare-cli whl file
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index d5de5461..d1be9c45 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -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.dev1-py3-none-any.whl",
+ "./onionshare_cli-2.3.dev2-py3-none-any.whl",
"psutil",
"pyside2==5.15.1",
"qrcode"