Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit f55ae70

Browse files
author
Ronald.Queensen
committed
version bump
1 parent 93181ba commit f55ae70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='tgt_grease',
7-
version='2.5.0',
7+
version='2.6.0',
88
license="MIT",
99
description='Modern distributed automation engine built with love by Target',
1010
long_description="""
@@ -41,8 +41,8 @@
4141
'elasticsearch',
4242
'kafka-python'
4343
] + (
44-
["pywin32"] if "nt" == os.name else []
45-
),
44+
["pywin32"] if "nt" == os.name else []
45+
),
4646
include_package_data=True,
4747
zip_safe=False,
4848
scripts=[

0 commit comments

Comments
 (0)