From 2d0560ce1695852343212723c643cf97f618801c Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Tue, 16 Aug 2016 22:08:50 +0100 Subject: [PATCH] bump to v0.6.45 --- aprslib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprslib/__init__.py b/aprslib/__init__.py index 8eeef02..a1f8d9f 100644 --- a/aprslib/__init__.py +++ b/aprslib/__init__.py @@ -41,7 +41,7 @@ from datetime import date as _date __date__ = str(_date.today()) del _date -__version__ = "0.6.44" +__version__ = "0.6.45" __author__ = "Rossen Georgiev" __all__ = ['IS', 'parse', 'passcode']