Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanasati committed Jul 15, 2024
1 parent 9619e7b commit af78504
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stellapy"
version = "0.3.1"
version = "0.4.0"
description = "Streamline your web dev experience with stella - reload for the terminal as well as browser."

authors = ["Shravan Asati <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion stellapy/stella.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from stellapy.reloader import Reloader

NAME = "stella"
VERSION = "0.3.1"
VERSION = "0.4.0"

# , help = "The url to listen to on the browser. Example: localhost:5000", prompt = "Enter the URL to listen to on the browser"
# , help = "The command to execute on a file change. Example: python3 app.py", prompt = "Enter the command to execute on a file change"
Expand Down

0 comments on commit af78504

Please sign in to comment.