Skip to content

Commit

Permalink
version: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrtz authored May 11, 2024
1 parent 6846d4d commit 211f22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class sqlite3: # pylint: disable=invalid-name
Cursor = None


__version__ = "1.0.2"
__version__ = "1.1.0"
__COMPRESSORS__: dict[str, Transform | None] = {}
NO_TRANSFORM = "none"
NO_COMPRESSION = NO_TRANSFORM
Expand Down

0 comments on commit 211f22b

Please sign in to comment.