Skip to content

Commit 2d3f658

Browse files
committed
buildd
1 parent 5d5e572 commit 2d3f658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
def display_banner():
4242
"""Display the ASCII art banner."""
4343
console.print(BANNER)
44-
console.print("\n[dim]Version 1.0.6 - Type 'help' for commands[/dim]\n")
44+
console.print("\n[dim]Version 1.0.7 - Type 'help' for commands[/dim]\n")
4545
console.print("[dim]Built by [bold magenta]Ashioya Jotham Victor[/bold magenta][/dim]\n")
4646

4747
def display_intro():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="web-research-agent",
5-
version="1.0.6",
5+
version="1.0.7",
66
packages=find_packages(),
77
include_package_data=True,
88
py_modules=["cli"],

0 commit comments

Comments
 (0)