Skip to content

Commit dde752f

Browse files
authored
version: 1.0.1
1 parent acabc10 commit dde752f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ the primary `File`, `Filesystem`, and `Compressor` adapters.
4646
- `bz2`, `gzip`, `lzma` (when built into Python)
4747
- `blosc`, `brotli`, `lz4`, `snappy`, and `zstd` (when installed separately)
4848
- Support multiple storage types
49-
- `sqlite3` (when build into Python)
49+
- `sqlite3` (when built into Python)
5050
- `S3` (when installed separately)
5151
- Theoretically any compression type, or backend storage type, by extending `Compressor`, `File`, and `Filesystem`
5252

ezfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class sqlite3: # pylint: disable=invalid-name
5454
Cursor = None
5555

5656

57-
__version__ = "1.0.0"
57+
__version__ = "1.0.1"
5858
# Compressors may either be a module, or subclass of Compressor,
5959
# with `compress()` and `decompress()` functions.
6060
__COMPRESSORS__: dict[str, Compressor | ModuleType | None] = {

0 commit comments

Comments
 (0)