Skip to content

Commit

Permalink
new pip release with markdown description
Browse files Browse the repository at this point in the history
  • Loading branch information
agroce committed May 26, 2018
1 parent a53dc7f commit c5d7997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

setup(
name='tstl',
version='1.2.24',
version='1.2.25',
description='Template scripting testing language (TSTL)',
long_description_content_type="text/markdown",
long_description=open('README.md').read(),
packages=['tstl',],
include_package_data = True,
Expand Down
2 changes: 1 addition & 1 deletion tstl/harnessmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def main():
baseIndent = " "

if "-v" in sys.argv or "--version" in sys.argv:
print("TSTL, version 1.2.24")
print("TSTL, version 1.2.25")
print("Documentation at https://github.com/agroce/tstl")
sys.exit(0)

Expand Down

0 comments on commit c5d7997

Please sign in to comment.