Skip to content

Commit d4096fc

Browse files
authored
Merge pull request #16 from anurag03/ansinha/python-fix2
Versoin
2 parents bb26364 + 28ec4e4 commit d4096fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.x'
20+
python-version: '3.12'
2121

2222
- name: List all files recursively
2323
run: ls -lR

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="testcato",
5-
version="1.1.4",
5+
version="1.1.5",
66
packages=find_packages(),
77
description="A package for categorizing test results.",
88
author="Anurag",

testcato/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Package metadata for wheel
22
__title__ = "testcato"
3-
__version__ = "1.1.4"
3+
__version__ = "1.1.5"

0 commit comments

Comments
 (0)