From af7850441a33e7a12fe13e8aa5e17c55d2876433 Mon Sep 17 00:00:00 2001 From: Shravan Asati Date: Mon, 15 Jul 2024 20:36:39 +0530 Subject: [PATCH] bump version --- pyproject.toml | 2 +- stellapy/stella.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f974327..15b1977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/stellapy/stella.py b/stellapy/stella.py index 8d6bd40..da6ffaa 100644 --- a/stellapy/stella.py +++ b/stellapy/stella.py @@ -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"