Skip to content

Commit 6be5e5b

Browse files
committed
version bump
1 parent b648ce6 commit 6be5e5b

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.2",
8+
version="1.2.3",
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,6 +1,6 @@
11
# Package metadata for wheel
22
__title__ = "testcato"
3-
__version__ = "1.2.2"
3+
__version__ = "1.2.3"
44

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

0 commit comments

Comments
 (0)