diff --git a/setup.py b/setup.py index 520fbd2..f321ba0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='lightkube', - version="0.15.3", + version="0.15.4", description='Lightweight kubernetes client library', long_description=Path("README.md").read_text(), long_description_content_type="text/markdown",