Skip to content

Commit f3ddb36

Browse files
committed
version bump
1 parent 89d6fa0 commit f3ddb36

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
@@ -5,7 +5,7 @@
55

66
setup(
77
name="testcato",
8-
version="1.2.0",
8+
version="1.2.1",
99
packages=find_packages(),
1010
description="A package for categorizing test results.",
1111
long_description=long_description,

testcato/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Package metadata for wheel
33
__title__ = "testcato"
4-
__version__ = "1.2.0"
4+
__version__ = "1.2.1"
55

66
# Automatically create config file if not present
77
import os

0 commit comments

Comments
 (0)