We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 029174c + e75a885 commit bb26364Copy full SHA for bb26364
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