From 993709c3fbbd1c4f34c27529fa205ebbc73357e4 Mon Sep 17 00:00:00 2001 From: sorz Date: Tue, 7 Mar 2017 20:56:33 +1100 Subject: [PATCH] Bump version --- sstpd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sstpd/__init__.py b/sstpd/__init__.py index 878280d..3ea5552 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.0' +__version__ = '0.4.1' def run():