diff --git a/setup.py b/setup.py index c5e8628..c6541d5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ PKG_NAME = "aiopath" NAME = 'aiopath' -VERSION = "0.3.1" +VERSION = "0.3.2" LICENSE = "LGPL-3.0" DESC = "📁 Async pathlib for Python"