From 7257c64b5693b68dd119593979aba60329ab4477 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Tue, 1 Aug 2017 22:40:49 -0700 Subject: [PATCH] beta bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f78867..0eca77b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ import setuptools __title__ = 'aprs' -__version__ = '6.5.0b1' +__version__ = '6.5.0b2' __author__ = 'Greg Albrecht W2GMD ' # NOQA pylint: disable=R0801 __copyright__ = 'Copyright 2017 Greg Albrecht and Contributors' # NOQA pylint: disable=R0801 __license__ = 'Apache License, Version 2.0' # NOQA pylint: disable=R0801