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