From 18645522d2dde4dd33bbf0d1f2e2adf2eaa91c16 Mon Sep 17 00:00:00 2001 From: yeger Date: Mon, 3 Dec 2018 15:22:37 -0500 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",