We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5e572 commit 2d3f658Copy full SHA for 2d3f658
cli.py
@@ -41,7 +41,7 @@
41
def display_banner():
42
"""Display the ASCII art banner."""
43
console.print(BANNER)
44
- console.print("\n[dim]Version 1.0.6 - Type 'help' for commands[/dim]\n")
+ console.print("\n[dim]Version 1.0.7 - Type 'help' for commands[/dim]\n")
45
console.print("[dim]Built by [bold magenta]Ashioya Jotham Victor[/bold magenta][/dim]\n")
46
47
def display_intro():
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="web-research-agent",
5
- version="1.0.6",
+ version="1.0.7",
6
packages=find_packages(),
7
include_package_data=True,
8
py_modules=["cli"],
0 commit comments