Skip to content

Commit e75a885

Browse files
committed
Versoin
1 parent 029174c commit e75a885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)