From c49b75e506a3375c4e505ee757f7898f727f90d5 Mon Sep 17 00:00:00 2001 From: sorz Date: Mon, 8 May 2017 22:15:44 +1000 Subject: [PATCH] Bump version to 0.4.3 --- sstpd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sstpd/__init__.py b/sstpd/__init__.py index 3b08217..e46cbe1 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.4.3' def run():