Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
souloss committed Jul 9, 2021
1 parent 8530902 commit 555276d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ def execfile(ctx, script_file, json, template, script_arg, env, attachment, work

@cli.command()
def version():
addr = "https://github.com/Snile826/pypssh"
vno = "v0.0.8"
addr = "https://github.com/witchc/pypssh"
vno = "v0.0.9"
interrupt_version = "Python " + ' '.join(sys.version.split('\n'))
print(
"\n".join
Expand Down

0 comments on commit 555276d

Please sign in to comment.