Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mextex committed Jan 4, 2025
1 parent 55f8c66 commit a549996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
To install Dicta, use pip:

```bash
pip3 install dicta
pip install dicta
```

## Usage
Expand Down Expand Up @@ -416,3 +416,4 @@ If you activate the binary-serializer all non-serializable objects will be encod
- re
- json
- pickle
- inspect
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dicta"
version = "1.2.2"
version = "1.2.3"
authors = [
{ name="Peter Wendl", email="[email protected]" },
]
Expand Down

0 comments on commit a549996

Please sign in to comment.