We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029174c commit e75a885Copy full SHA for e75a885
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="testcato",
5
- version="1.1.3",
+ version="1.1.4",
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.3"
+__version__ = "1.1.4"
0 commit comments