Skip to content

Commit

Permalink
Add editorconfig and prep for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Jun 13, 2024
1 parent 73bd634 commit 65b3ff7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# top-most EditorConfig file
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.py]
charset = utf-8
indent_style = space
indent_size = 4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Salve v0.4.0</h1>
<h1 align="center">Salve v0.4.1</h1>

# Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="salve_ipc",
version="0.4.0",
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.",
author="Moosems",
author_email="[email protected]",
Expand Down

0 comments on commit 65b3ff7

Please sign in to comment.