Skip to content

Commit

Permalink
[0.4.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 9, 2024
1 parent c876966 commit 3a5398d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "swarms-cloud"
version = "0.3.8"
version = "0.4.0"
description = "Swarms Cloud - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion swarms_cloud/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# Function to display the ASCII art in red
def show_ascii_art():
text = Text(ASCII_ART, style="bold red")
text = Text(ASCII_ART, style="bold cyan")
console.print(text)


Expand Down

0 comments on commit 3a5398d

Please sign in to comment.