We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb26364 + 28ec4e4 commit d4096fcCopy full SHA for d4096fc
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v5
19
with:
20
- python-version: '3.x'
+ python-version: '3.12'
21
22
- name: List all files recursively
23
run: ls -lR
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="testcato",
5
- version="1.1.4",
+ version="1.1.5",
6
packages=find_packages(),
7
description="A package for categorizing test results.",
8
author="Anurag",
testcato/__init__.py
@@ -1,3 +1,3 @@
1
# Package metadata for wheel
__title__ = "testcato"
-__version__ = "1.1.4"
+__version__ = "1.1.5"
0 commit comments