Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Jun 28, 2024
1 parent d5a7944 commit cd1e3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code2prompt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from code2prompt.write_output import write_output
from code2prompt.create_template_directory import create_templates_directory

VERSION = "0.6.0" # Define the version of the CLI tool
VERSION = "0.6.1" # Define the version of the CLI tool

@click.command()
@click.version_option(
Expand Down

0 comments on commit cd1e3ca

Please sign in to comment.