diff --git a/README.md b/README.md index 62e706a..376ef7c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Salve v1.1.1

+

Salve v1.2.0

# Installation diff --git a/docs/source/conf.py b/docs/source/conf.py index cefc25b..80eef33 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,7 @@ project = "Salve" copyright = "2024, Moosems" author = "Moosems" -release = "v1.1.1" +release = "v1.2.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 4bb9591..392673f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="salve", - version="1.1.1", + version="1.2.0", description="Salve is an IPC library that can be used by code editors to easily get autocompletions, replacements, editorconfig suggestions, definitions, and syntax highlighting.", author="Moosems", author_email="moosems.j@gmail.com",