Skip to content

Commit fe51212

Browse files
committed
Release v0.6.0
1 parent 3e6166d commit fe51212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(fname: str) -> str:
1414

1515
setup(
1616
name="pytest-unordered",
17-
version="0.5.2",
17+
version="0.6.0",
1818
author="Ivan Zaikin",
1919
author_email="ut@pyngo.tom.ru",
2020
maintainer="Ivan Zaikin",
@@ -26,7 +26,7 @@ def read(fname: str) -> str:
2626
long_description_content_type="text/markdown",
2727
packages=["pytest_unordered"],
2828
package_data={"pytest_unordered": ["py.typed"]},
29-
install_requires=["pytest>=6.0.0"],
29+
install_requires=["pytest>=7.0.0"],
3030
classifiers=[
3131
"Development Status :: 4 - Beta",
3232
"Framework :: Pytest",

0 commit comments

Comments
 (0)