diff --git a/setup.py b/setup.py index 7faea83..966d2c1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='lightkube', - version="0.13.0", + version="0.14.0", description='Lightweight kubernetes client library', long_description=Path("README.md").read_text(), long_description_content_type="text/markdown",