diff --git a/pyproject.toml b/pyproject.toml index cfd7720..92d90c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gimmegit" -version = "0.4.0.dev0" +version = "0.4.0" description = "A tool for cloning GitHub repos and creating branches." authors = [ { name = "Dave Wilding", email = "tech@dpw.me" }, diff --git a/src/gimmegit/_version.py b/src/gimmegit/_version.py index 52c6947..6a9beea 100644 --- a/src/gimmegit/_version.py +++ b/src/gimmegit/_version.py @@ -1 +1 @@ -__version__ = "0.4.0.dev0" +__version__ = "0.4.0" diff --git a/uv.lock b/uv.lock index 4015c5f..0b8653d 100644 --- a/uv.lock +++ b/uv.lock @@ -195,7 +195,7 @@ wheels = [ [[package]] name = "gimmegit" -version = "0.4.0.dev0" +version = "0.4.0" source = { editable = "." } dependencies = [ { name = "gitpython" },