Skip to content

Commit cf5b49e

Browse files
authored
version: 1.0.0
1 parent 05bbe01 commit cf5b49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ezfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def override(func: Callable) -> Callable:
3939
return func
4040

4141

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

0 commit comments

Comments
 (0)