From 52e3600ae1d2dd0d7f885a3406493bdfb0adfdce Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Tue, 4 Feb 2020 14:55:56 -0600 Subject: [PATCH] bump version --- src/etc/onionrvalues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/onionrvalues.py b/src/etc/onionrvalues.py index 91c0a70d..d4222384 100755 --- a/src/etc/onionrvalues.py +++ b/src/etc/onionrvalues.py @@ -23,7 +23,7 @@ import filepaths DENIABLE_PEER_ADDRESS = "OVPCZLOXD6DC5JHX4EQ3PSOGAZ3T24F75HQLIUZSDSMYPEOXCPFA" PASSWORD_LENGTH = 25 ONIONR_TAGLINE = 'Private P2P Communication - GPLv3 - https://Onionr.net' -ONIONR_VERSION = '0.1.0' # for debugging and stuff +ONIONR_VERSION = '0.1.1' # for debugging and stuff ONIONR_VERSION_TUPLE = tuple(ONIONR_VERSION.split('.')) # (MAJOR, MINOR, VERSION) API_VERSION = '0' # increments of 1; only change when something fundamental about how the API works changes. This way other nodes know how to communicate without learning too much information about you. MIN_PY_VERSION = 7 # min version of 7 so we can take advantage of non-cyclic type hints