diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 6bcabfe9bdd92939c455dc10844463324d80d361..e5b1e6fa9c40764234fe2f7d46c55b2eb1b6b6dd 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 e8016beb83e1e39500ea3b8c2e37ff9c55dacec0..f244d530122e00004dd6430a98162ba5eb549c54 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 e3ffb916a0d7a7df933df365b09b688fcbcf453c..0e23323b9c7c9b4c47fc0949f5e767a45245c2b9 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 0b78da2491d747421b8bd175a316469f9be243ad..0d345049ab1ea379b7b92b9d30bee2b06582746b 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 61067efe7f1e3fc52831f88a3ddcfa703eca5172..5f99ababb8eeab43092824e391a2fee9189a8421 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 590f7c7138cf76b294ba8a272beebc7820815f66..be7606d30a9a5c7be07467763f90421dd04d5e54 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 efa34360c4c0651a635903a58fe62d45037e8036..4fd702cd5312edd57327eba4a7a9d79824f93a42 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 fec7238bee42485cc261d52981e87a96e452d348..d7e950023ede4832eec342ae3b22333ddb673f1c 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 df4598fcd68732a9bbcfa1e1caf737667d03ba83..2e508cfafc30097fe68220d3e9f84dbc21ccca8e 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 d780f5a5d76e74c42255d520637f26200e98c897..c5278c354f4dc17708563d16051b84a396cddd4d 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