mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-24 22:09:20 -04:00
Version bump to 2.3.3
This commit is contained in:
parent
961e920878
commit
dc6409a111
8 changed files with 14 additions and 8 deletions
|
@ -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"
|
||||
]
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue