Skip to content

Commit

Permalink
Bump package version (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleve authored Aug 9, 2024
1 parent c96a104 commit a299b6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions autoroot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="",
Expand All @@ -11,7 +11,7 @@
author="Łukasz Zalewski",
author_email="[email protected]",
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"],
Expand Down
4 changes: 2 additions & 2 deletions autorootcwd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="",
Expand All @@ -11,7 +11,7 @@
author="Łukasz Zalewski",
author_email="[email protected]",
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"],
Expand Down

0 comments on commit a299b6a

Please sign in to comment.