From 10a942b14dd88102564460d60c25cc10123fc448 Mon Sep 17 00:00:00 2001 From: Nishant Nayudu Date: Fri, 22 Nov 2019 12:39:28 -0800 Subject: [PATCH] Deprecated enable/disable_user calls --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 543a6bb..3290d77 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="shrimpy_python", - version="0.0.11", + version="0.0.12", author="ShrimpyOfficial", author_email="support@shrimpy.io", description="The Official Shrimpy API Python Client",