Skip to content

Commit

Permalink
v 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Jun 28, 2024
1 parent 2b83087 commit 4650df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5.0" # Define the version of the CLI tool
VERSION = "0.6.0" # Define the version of the CLI tool

@click.command()
@click.version_option(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "code2prompt"
version = "0.5.0"
version = "0.6.0"
description = ""
authors = ["Raphael MANSUY <raphael.mansuy@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 4650df0

Please sign in to comment.