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