From 46a37fd65c3505b850d3cdcb88b5b88fca0d27c2 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 27 Sep 2016 15:50:06 -0400
Subject: [PATCH] Bumping version to 0.0.3

---
 .bumpversion.cfg                          | 3 ++-
 docs/conf.py                              | 2 +-
 setup.py                                  | 4 ++--
 src/apex/__init__.py                      | 2 +-
 src/apex/aprs/__init__.py                 | 2 +-
 src/apex/kiss/__init__.py                 | 2 +-
 src/apex/plugins/apexparadigm/__init__.py | 2 +-
 src/apex/plugins/beacon/__init__.py       | 2 +-
 src/apex/plugins/id/__init__.py           | 2 +-
 src/apex/plugins/status/__init__.py       | 2 +-
 10 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 6bcabfe..e5b1e6f 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.0.2
+current_version = 0.0.3
 commit = False
 tag = False
 
@@ -20,3 +20,4 @@ tag = False
 [bumpversion:file:src/apex/plugins/id/__init__.py]
 
 [bumpversion:file:src/apex/plugins/status/__init__.py]
+
diff --git a/docs/conf.py b/docs/conf.py
index e8016be..f244d53 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,7 @@ project = u'APEX'
 year = '2016'
 author = u'Jeffrey Phillips Freeman (WI2ARD)'
 copyright = '{0}, {1}'.format(year, author)
-version = release = u'0.0.2'
+version = release = u'0.0.3'
 
 pygments_style = 'trac'
 templates_path = ['.']
diff --git a/setup.py b/setup.py
index e3ffb91..0e23323 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ def read(*names, **kwargs):
 
 setup(
     name='apex-radio',
-    version='0.0.2',
+    version='0.0.3',
     license='Apache Software License',
     description='APEX reference implementation.',
     long_description='%s\n%s' % (
@@ -39,7 +39,7 @@ setup(
     author='Jeffrey Phillips Freeman (WI2ARD)',
     author_email='jeffrey.freeman@syncleus.com',
     url='http://ApexProtocol.com',
-    download_url='https://github.com/Syncleus/apex/archive/v0.0.2.tar.gz',
+    download_url='https://github.com/Syncleus/apex/archive/v0.0.3.tar.gz',
     packages=find_packages('src'),
     package_dir={'': 'src'},
     py_modules=[splitext(basename(path))[0] for path in glob('src/*.py')],
diff --git a/src/apex/__init__.py b/src/apex/__init__.py
index 0b78da2..0d34504 100644
--- a/src/apex/__init__.py
+++ b/src/apex/__init__.py
@@ -13,4 +13,4 @@ __email__ = 'jeffrey.freeman@syncleus.com'
 __license__ = 'Apache License, Version 2.0'
 __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors'
 __credits__ = []
-__version__ = '0.0.2'
+__version__ = '0.0.3'
diff --git a/src/apex/aprs/__init__.py b/src/apex/aprs/__init__.py
index 61067ef..5f99aba 100644
--- a/src/apex/aprs/__init__.py
+++ b/src/apex/aprs/__init__.py
@@ -32,7 +32,7 @@ __email__ = 'jeffrey.freeman@syncleus.com'
 __license__ = 'Apache License, Version 2.0'
 __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors'
 __credits__ = []
-__version__ = '0.0.2'
+__version__ = '0.0.3'
 
 # Set default logging handler to avoid "No handler found" warnings.
 try:  # Python 2.7+
diff --git a/src/apex/kiss/__init__.py b/src/apex/kiss/__init__.py
index 590f7c7..be7606d 100644
--- a/src/apex/kiss/__init__.py
+++ b/src/apex/kiss/__init__.py
@@ -31,7 +31,7 @@ __email__ = 'jeffrey.freeman@syncleus.com'
 __license__ = 'Apache License, Version 2.0'
 __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors'
 __credits__ = []
-__version__ = '0.0.2'
+__version__ = '0.0.3'
 
 
 # Set default logging handler to avoid "No handler found" warnings.
diff --git a/src/apex/plugins/apexparadigm/__init__.py b/src/apex/plugins/apexparadigm/__init__.py
index efa3436..4fd702c 100644
--- a/src/apex/plugins/apexparadigm/__init__.py
+++ b/src/apex/plugins/apexparadigm/__init__.py
@@ -15,7 +15,7 @@ __email__ = 'jeffrey.freeman@syncleus.com'
 __license__ = 'Apache License, Version 2.0'
 __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors'
 __credits__ = []
-__version__ = '0.0.2'
+__version__ = '0.0.3'
 
 plugin = None
 
diff --git a/src/apex/plugins/beacon/__init__.py b/src/apex/plugins/beacon/__init__.py
index fec7238..d7e9500 100644
--- a/src/apex/plugins/beacon/__init__.py
+++ b/src/apex/plugins/beacon/__init__.py
@@ -14,7 +14,7 @@ __email__ = 'jeffrey.freeman@syncleus.com'
 __license__ = 'Apache License, Version 2.0'
 __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors'
 __credits__ = []
-__version__ = '0.0.2'
+__version__ = '0.0.3'
 
 plugin = None
 
diff --git a/src/apex/plugins/id/__init__.py b/src/apex/plugins/id/__init__.py
index df4598f..2e508cf 100644
--- a/src/apex/plugins/id/__init__.py
+++ b/src/apex/plugins/id/__init__.py
@@ -14,7 +14,7 @@ __email__ = 'jeffrey.freeman@syncleus.com'
 __license__ = 'Apache License, Version 2.0'
 __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors'
 __credits__ = []
-__version__ = '0.0.2'
+__version__ = '0.0.3'
 
 plugin = None
 
diff --git a/src/apex/plugins/status/__init__.py b/src/apex/plugins/status/__init__.py
index d780f5a..c5278c3 100644
--- a/src/apex/plugins/status/__init__.py
+++ b/src/apex/plugins/status/__init__.py
@@ -13,7 +13,7 @@ __email__ = 'jeffrey.freeman@syncleus.com'
 __license__ = 'Apache License, Version 2.0'
 __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors'
 __credits__ = []
-__version__ = '0.0.2'
+__version__ = '0.0.3'
 
 plugin = None
 
-- 
GitLab