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"],