Skip to content

Commit 5bb4fe8

Browse files
committed
Versoin
1 parent 90783ec commit 5bb4fe8

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
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
python -m pip install --upgrade pip setuptools wheel build twine
27+
python -m pip install --upgrade pip setuptools<66 wheel<0.38 build twine
2828
2929
- name: Clean old builds
3030
run: rm -rf dist build *.egg-info

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.0.9",
5+
version="1.1.0",
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.0.9"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)