We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53dc7f commit c5d7997Copy full SHA for c5d7997
setup.py
@@ -4,8 +4,9 @@
4
5
setup(
6
name='tstl',
7
- version='1.2.24',
+ version='1.2.25',
8
description='Template scripting testing language (TSTL)',
9
+ long_description_content_type="text/markdown",
10
long_description=open('README.md').read(),
11
packages=['tstl',],
12
include_package_data = True,
tstl/harnessmaker.py
@@ -441,7 +441,7 @@ def main():
441
baseIndent = " "
442
443
if "-v" in sys.argv or "--version" in sys.argv:
444
- print("TSTL, version 1.2.24")
+ print("TSTL, version 1.2.25")
445
print("Documentation at https://github.com/agroce/tstl")
446
sys.exit(0)
447
0 commit comments