From 445d01c73de6d82b19bff65f6884dd8e4631d36e Mon Sep 17 00:00:00 2001 From: alexdelorenzo <3579286+alexdelorenzo@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:33:25 -0400 Subject: [PATCH] Bump --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ed1438..e4cdbef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiopath" -version = "0.7.5" +version = "0.7.6" description = "📁 Async pathlib for Python" license = "LGPL-3.0" homepage = "https://github.com/alexdelorenzo/aiopath" diff --git a/setup.py b/setup.py index 3ed8f90..3668162 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ PKG_NAME: str = "aiopath" NAME: str = "aiopath" -VERSION: str = "0.7.5" +VERSION: str = "0.7.6" LICENSE: str = "LGPL-3.0" DESC: str = "📁 Async pathlib for Python"