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