From a299b6aed081fe0d8ea0f119a78f220eb75b9d68 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 9 Aug 2024 16:55:19 +0200 Subject: [PATCH] Bump package version (#4) --- autoroot/setup.py | 4 ++-- autorootcwd/setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autoroot/setup.py b/autoroot/setup.py index f8613ab..1a67670 100644 --- a/autoroot/setup.py +++ b/autoroot/setup.py @@ -2,7 +2,7 @@ setup( name="autoroot", - version="1.0.0", + version="1.0.1", license="MIT", description="Simple package for easy project root setup", long_description="", @@ -11,7 +11,7 @@ author="Łukasz Zalewski", author_email="lukasz.zalewski.ai@gmail.com", packages=find_packages(), - python_requires=">=3.7.0", + python_requires=">=3.8.0", include_package_data=True, install_requires=["python-dotenv>=0.20.0", "pyrootutils>=1.0.4"], tests_require=["pytest"], diff --git a/autorootcwd/setup.py b/autorootcwd/setup.py index afe27d3..ab9c426 100644 --- a/autorootcwd/setup.py +++ b/autorootcwd/setup.py @@ -2,7 +2,7 @@ setup( name="autorootcwd", - version="1.0.0", + version="1.0.1", license="MIT", description="Simple package for easy project root setup", long_description="", @@ -11,7 +11,7 @@ author="Łukasz Zalewski", author_email="lukasz.zalewski.ai@gmail.com", packages=find_packages(), - python_requires=">=3.7.0", + python_requires=">=3.8.0", include_package_data=True, install_requires=["python-dotenv>=0.20.0", "pyrootutils>=1.0.4"], tests_require=["pytest"],