diff --git a/pyOwlBoard/contants.py b/pyOwlBoard/contants.py index 652b7fc..26d5b39 100644 --- a/pyOwlBoard/contants.py +++ b/pyOwlBoard/contants.py @@ -1,4 +1,4 @@ -VERSION = '0.0.1' +VERSION = '0.0.2' ENDPOINTS = { 'TEST': '/api/v1/auth/test/', diff --git a/setup.py b/setup.py index c003822..26ce30e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup, find_packages setup( name='pyOwlBoard', - version='0.0.1', + version='0.0.2', author='Frederick Boniface', author_email='api@owlboard.info', description='OwlBoard API Client',