Merge pull request #19 from regen100/release-v0.1.2

Release v0.1.2
This commit is contained in:
Regen
2020-06-07 22:01:20 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "cmake-language-server" name = "cmake-language-server"
version = "0.1.1" version = "0.1.2"
description = "CMake LSP Implementation" description = "CMake LSP Implementation"
license = "MIT" license = "MIT"
authors = ["regen"] authors = ["regen"]

View File

@@ -1 +1 @@
__version__ = '0.1.1' __version__ = '0.1.2'