diff --git a/setup.py b/setup.py index a17ebf1..39d080d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="orionpy", - version="1.1.1", + version="1.1.2", description="Kubernetes service-to-service HTTP client with automatic token management", packages=find_packages(), install_requires=requirements,