diff --git a/setup.py b/setup.py index 3078ca8..63a6db6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ class PyTest(TestCommand): setup( name="pylspclient", - version="0.0.1", + version="0.0.2", author="Avi Yeger", author_email="yeger00@gmail.com", description="LSP client implementation in Python",