Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Jun 13, 2024
1 parent 8b2c51e commit 63bf8ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<h1 align="center">Salve v0.4.1</h1>
<h1 align="center">Salve v0.4.2</h1>

# Installation

In the Command Line, paste the following: `pip install salve_ipc`

## Description

Salve is an IPC library that can be used by code editors to easily get autocompletions, replacements, and syntax highlighting.
Salve is an IPC library that can be used by code editors to easily get autocompletions, replacements, editorconfig suggestions, and syntax highlighting.

> **Note**
> The first time that the system is loaded or a new server needs to be started it will take a fair bit longer
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

setup(
name="salve_ipc",
version="0.4.1",
description="Salve is an IPC library that can be used by code editors to easily get autocompletions, replacements, and syntax highlighting.",
version="0.4.2",
description="Salve is an IPC library that can be used by code editors to easily get autocompletions, replacements, editorconfig suggestions, and syntax highlighting.",
author="Moosems",
author_email="[email protected]",
url="https://github.com/Moosems/salve",
Expand Down

0 comments on commit 63bf8ef

Please sign in to comment.