Skip to content

Commit

Permalink
Prep for 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Jun 1, 2024
1 parent 5a0ebdc commit d2c7397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ The `Token` dataclass gives easy type checking for tokens returned from the high

The `hidden_chars` (`dict[str, str]`) dictionary holds a bunch of hidden (zero width) characters as keys and then names for them as values. `Token`'s of type "Hidden_Char" give the index to hidden characters and allow the user to display hidden characters to them that they may not see. These characters appear in code posted on forums or blogs by those hoping to prevent others from simply copy-pasting their code along with many other places.

### `Response` TypedDict classes
### `Response` TypedDict class

The `Request` and `Response` TypedDict classes allow for type checking when handling output from salve_ipc.
The `Response` TypedDict classs allows for type checking when handling output from salve_ipc.

### `is_unicode_letter(char: str) -> bool`

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.3.1",
version="0.3.2",
description="A module that makes easily provides autocompletions, replacement suggestions, and syntax highlighting to your code editor",
author="Moosems",
author_email="[email protected]",
Expand Down

0 comments on commit d2c7397

Please sign in to comment.