From d5edae8120200bb2caa3dbeadc230427a8d30e44 Mon Sep 17 00:00:00 2001 From: "kfir.goldberg" Date: Sat, 6 Apr 2024 14:17:31 +0300 Subject: [PATCH] updating version --- anypathlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anypathlib/__init__.py b/anypathlib/__init__.py index 4b6f9e5..854a5c0 100644 --- a/anypathlib/__init__.py +++ b/anypathlib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.1" +__version__ = "0.1" from anypathlib.anypath import AnyPath from anypathlib.path_handlers.path_types import PathType