Skip to content

Commit 0f49e53

Browse files
committed
bump version
1 parent 10390b0 commit 0f49e53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DictDataBase is a simple and fast database for handling json or compressed json
1212
- **No database server** required. Simply import DictDataBase in your project and use it.
1313
- **Compression**. Configure if the files should be stored as raw json or as json compressed with zlib.
1414
- **Fast**. A dict can be accessed partially without having to parse the entire file, making the read and writes very efficient.
15-
- **Tested**. 100% coverage, over 1000 test cases.
15+
- **Tested**. 99%+ coverage, over 1000 test cases.
1616

1717
### Why use DictDataBase
1818
- For example, have a webserver dispatch database reads and writes concurrently.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dictdatabase"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
repository = "https://github.com/mkrd/DictDataBase"
55
description = "Easy-to-use database using dicts"
66
authors = ["Marcel Kröker <kroeker.marcel@gmail.com>"]

0 commit comments

Comments
 (0)