Also version bump the onionshare-cli whl file

This commit is contained in:
Micah Lee 2020-11-08 20:53:08 -08:00
parent 31bcff169d
commit 055942142f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Before making a release, you must update the version in these places:
- [ ] `cli/pyproject.toml` - [ ] `cli/pyproject.toml`
- [ ] `cli/setup.py` - [ ] `cli/setup.py`
- [ ] `cli/onionshare_cli/resources/version.txt` - [ ] `cli/onionshare_cli/resources/version.txt`
- [ ] `desktop/pyproject.toml` (under `version` and the `./onionshare_cli-$VERSION-py3-none-any.whl` dependency) - [ ] `desktop/pyproject.toml` (under `version` and **don't forget** the `./onionshare_cli-$VERSION-py3-none-any.whl` dependency)
- [ ] `desktop/src/setup.py` - [ ] `desktop/src/setup.py`
- [ ] `docs/source/conf.py` - [ ] `docs/source/conf.py`
- [ ] `snap/snapcraft.yaml` - [ ] `snap/snapcraft.yaml`

View File

@ -13,7 +13,7 @@ description = "Securely and anonymously share files, host websites, and chat wit
icon = "src/onionshare/resources/onionshare" icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare'] sources = ['src/onionshare']
requires = [ requires = [
"./onionshare_cli-2.3.dev1-py3-none-any.whl", "./onionshare_cli-2.3.dev2-py3-none-any.whl",
"psutil", "psutil",
"pyside2==5.15.1", "pyside2==5.15.1",
"qrcode" "qrcode"