Skip to content

Commit 4310a8b

Browse files
authored
Update version number to 0.1.8
1 parent d021f7b commit 4310a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyspector/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def cli():
305305
__/> / \
306306
"""
307307
click.echo(click.style(banner))
308-
click.echo("Version: 0.1.7\n")
308+
click.echo("Version: 0.1.8\n")
309309
click.echo("Made with <3 by github.com/ParzivalHack\n")
310310
note = get_startup_note()
311311
click.echo(click.style(f"{note}\n", fg="bright_black", italic=True))

0 commit comments

Comments
 (0)