diff --git a/setup.py b/setup.py index 0f4c831..597fda1 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( name="poetry-kernel", - version="0.1.2", + version="0.1.3", # Package metadata author="Pathbird Inc", @@ -65,7 +65,7 @@ packages=["poetry_kernel"], python_requires=">=3.7", install_requires=[ - "jupyter-client ~= 7.0.1", + "jupyter-client >= 7.0.1", "colorama ~= 0.4.4", ], **setup_args,