Version bump to 2.3.3

This commit is contained in:
Micah Lee 2021-08-20 13:13:39 -07:00
parent 961e920878
commit dc6409a111
8 changed files with 14 additions and 8 deletions

View file

@ -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"
]

View file

@ -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",