From b58e017138065dc475e16d28f373bdfaa329e981 Mon Sep 17 00:00:00 2001 From: Andrew Fulton Date: Mon, 9 Aug 2021 10:03:42 -0600 Subject: [PATCH] bump version --- upath/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upath/__init__.py b/upath/__init__.py index bfb51f2b..f2173149 100644 --- a/upath/__init__.py +++ b/upath/__init__.py @@ -1,4 +1,4 @@ """Pathlib API extended to use fsspec backends""" -__version__ = "0.0.10" +__version__ = "0.0.11" from upath.core import UPath