Version bump to 2.4

This commit is contained in:
Micah Lee 2021-09-10 12:45:21 -07:00
parent 839af9f495
commit 9e501f4804
5 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
version = "2.3.3"
version = "2.4"
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"

View file

@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import setuptools
version = "2.3.3"
version = "2.4"
setuptools.setup(
name="onionshare-cli",