Skip to content

Commit

Permalink
version: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrtz authored Apr 21, 2024
1 parent 05bbe01 commit cf5b49e
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 @@ -39,7 +39,7 @@ def override(func: Callable) -> Callable:
return func


__version__ = "0.0.1"
__version__ = "1.0.0"
# Compressors may either be a module, or subclass of Compressor,
# with `compress()` and `decompress()` functions.
__COMPRESSORS__: dict[str, Compressor | ModuleType | None] = {
Expand Down

0 comments on commit cf5b49e

Please sign in to comment.