Skip to content

Commit be8265f

Browse files
committed
new version for pip
1 parent b151875 commit be8265f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='tstl',
7-
version='1.2.33',
7+
version='1.2.34',
88
description='Template scripting testing language (TSTL)',
99
long_description_content_type="text/markdown",
1010
long_description=open('README.md').read(),

tstl/harnessmaker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def main():
445445
baseIndent = " "
446446

447447
if "-v" in sys.argv or "--version" in sys.argv:
448-
print("TSTL, version 1.2.33")
448+
print("TSTL, version 1.2.34")
449449
print("Documentation at https://github.com/agroce/tstl")
450450
sys.exit(0)
451451

0 commit comments

Comments
 (0)