25 lines
598 B
Diff
25 lines
598 B
Diff
From 166936f61ed81d623cd3250492413ec87e4da08d Mon Sep 17 00:00:00 2001
|
|
From: wubijie <wubijie@kylinos.cn>
|
|
Date: Fri, 10 Feb 2023 09:21:20 +0800
|
|
Subject: [PATCH] Modify the setup.py file
|
|
|
|
---
|
|
setup.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index 5e4b8f9..95e33c4 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -3,6 +3,7 @@ from setuptools import setup
|
|
if __name__ == "__main__":
|
|
setup(
|
|
name="pytest-xprocess",
|
|
+ version="0.22.2",
|
|
# this is for GitHub's dependency graph
|
|
install_requires=["pytest>=2.8", "psutil", "py"],
|
|
)
|
|
--
|
|
2.33.0
|
|
|