From da85a45b02837796ae7b22ae87aab8867f4a9409 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 2 Aug 2018 10:04:32 -0400 Subject: [PATCH] version --- txupnp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txupnp/__init__.py b/txupnp/__init__.py index 0106af1..94edf3e 100644 --- a/txupnp/__init__.py +++ b/txupnp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.1a4" +__version__ = "0.0.1a5" __name__ = "txupnp" __author__ = "Jack Robison" __maintainer__ = "Jack Robison"