Version bump to 2.3.dev2, and update Linux installation in docs

This commit is contained in:
Micah Lee 2020-11-08 20:45:54 -08:00
parent db0e220831
commit 0154c8477c
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
12 changed files with 31 additions and 28 deletions

View file

@ -1 +1 @@
2.3.dev1
2.3.dev2

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
version = "2.3.dev1"
version = "2.3.dev2"
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

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