Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrd committed Nov 10, 2022
1 parent 10390b0 commit 0f49e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DictDataBase is a simple and fast database for handling json or compressed json
- **No database server** required. Simply import DictDataBase in your project and use it.
- **Compression**. Configure if the files should be stored as raw json or as json compressed with zlib.
- **Fast**. A dict can be accessed partially without having to parse the entire file, making the read and writes very efficient.
- **Tested**. 100% coverage, over 1000 test cases.
- **Tested**. 99%+ coverage, over 1000 test cases.

### Why use DictDataBase
- For example, have a webserver dispatch database reads and writes concurrently.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dictdatabase"
version = "2.3.1"
version = "2.3.2"
repository = "https://github.com/mkrd/DictDataBase"
description = "Easy-to-use database using dicts"
authors = ["Marcel Kröker <[email protected]>"]
Expand Down

0 comments on commit 0f49e53

Please sign in to comment.