diff --git a/thepeer_sdk/__init__.py b/thepeer_sdk/__init__.py index 211ee11..45af188 100644 --- a/thepeer_sdk/__init__.py +++ b/thepeer_sdk/__init__.py @@ -1,3 +1,3 @@ -__api_version__ = '0.0.1' +__api_version__ = '0.0.2' from .core import ThepeerSdkClient