From 49180597de4c7d740a490388fe2f4dfbbbab4ec4 Mon Sep 17 00:00:00 2001 From: sorz Date: Mon, 8 May 2017 20:23:49 +0800 Subject: [PATCH] Bump version to 0.5.0 --- sstpd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sstpd/__init__.py b/sstpd/__init__.py index e17c8be..1cc7d79 100644 --- a/sstpd/__init__.py +++ b/sstpd/__init__.py @@ -1,7 +1,7 @@ """A Secure Socket Tunneling Protocol (SSTP) server. https://github.com/sorz/sstp-server """ -__version__ = '0.4.2' +__version__ = '0.5.0' def run():