diff --git a/setup.py b/setup.py index 9f9d32a..67190b6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='lightkube', - version="0.10.2", + version="0.11.0", description='Lightweight kubernetes client library', long_description=Path("README.md").read_text(), long_description_content_type="text/markdown",