bump to 1.0.0
This commit is contained in:
parent
b33e44325d
commit
d484c71f50
|
@ -35,7 +35,7 @@ from italianswirls.glue import (
|
||||||
get_lsp_locations,
|
get_lsp_locations,
|
||||||
)
|
)
|
||||||
|
|
||||||
LS = LanguageServer("italianswirls", "v0.0.1")
|
LS = LanguageServer("italianswirls", "v1.0.0")
|
||||||
|
|
||||||
|
|
||||||
def get_jedi_script(document: Document) -> Script:
|
def get_jedi_script(document: Document) -> Script:
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "italianswirls"
|
name = "italianswirls"
|
||||||
version = "0.0.1"
|
version = "1.0.0"
|
||||||
description = "Minimal Python language server based on Jedi"
|
description = "Minimal Python language server based on Jedi"
|
||||||
authors = ["dece <shgck@pistache.land>"]
|
authors = ["dece <shgck@pistache.land>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue