We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b648ce6 commit 6be5e5bCopy full SHA for 6be5e5b
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="testcato",
8
- version="1.2.2",
+ version="1.2.3",
9
packages=find_packages(),
10
description="A package for categorizing test results.",
11
long_description=long_description,
testcato/__init__.py
@@ -1,6 +1,6 @@
1
# Package metadata for wheel
2
__title__ = "testcato"
3
-__version__ = "1.2.2"
+__version__ = "1.2.3"
4
# Automatically create config file if not present
import os
0 commit comments