bump to 1.0.0

This commit is contained in:
dece 2024-08-21 07:58:21 +02:00
parent b33e44325d
commit d484c71f50
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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"