From 4b7f6eb9554fa4c653de30026d2076e762914a64 Mon Sep 17 00:00:00 2001 From: Nutto55 <44169425+Nutto55@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:03:41 +0700 Subject: [PATCH] Update sdk version --- package-rfcx/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-rfcx/setup.py b/package-rfcx/setup.py index 136cd11..01e9d2f 100644 --- a/package-rfcx/setup.py +++ b/package-rfcx/setup.py @@ -3,7 +3,7 @@ REQUIRED_PACKAGES = ['httplib2', 'six'] setup(name='rfcx', - version='0.0.11', + version='0.0.12', url='https://github.com/rfcx/rfcx-sdk-python', license='None', author='Rainforest Connection',