summaryrefslogtreecommitdiff
path: root/cli/setup.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-22 13:50:04 -0800
committerGitHub <noreply@github.com>2021-02-22 13:50:04 -0800
commitdfaa55d2a40edfb892e123f370f5d22b79e33d04 (patch)
tree9b2a9fc5e557b49b99c63700f9e1fa0b589790e5 /cli/setup.py
parentee20c648c669a0a4b2781eb5ee89f7bc03d25a6b (diff)
parent450bfcfe984734f2dbdbd84be93045ade24b46b1 (diff)
downloadonionshare-7a14cd62ad023070ce766a8ee31b90af76ff2f37.tar.gz
onionshare-7a14cd62ad023070ce766a8ee31b90af76ff2f37.zip
Merge pull request #1288 from micahflee/version-2.3.1v2.3.1
Version 2.3.1
Diffstat (limited to 'cli/setup.py')
-rw-r--r--cli/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/setup.py b/cli/setup.py
index fa597408..90f7ddbc 100644
--- a/cli/setup.py
+++ b/cli/setup.py
@@ -3,7 +3,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2014-2020 Micah Lee, et al. <micah@micahflee.com>
+Copyright (C) 2014-2021 Micah Lee, et al. <micah@micahflee.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import setuptools
-version = "2.3"
+version = "2.3.1"
setuptools.setup(
name="onionshare-cli",