diff --git a/pyproject.toml b/pyproject.toml index f792795..ce03f3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gimmegit" -version = "3.0.0" +version = "3.0.1.dev0" 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 528787c..55147c1 100644 --- a/src/gimmegit/_version.py +++ b/src/gimmegit/_version.py @@ -1 +1 @@ -__version__ = "3.0.0" +__version__ = "3.0.1.dev0" diff --git a/uv.lock b/uv.lock index d6ed63e..52d9faa 100644 --- a/uv.lock +++ b/uv.lock @@ -308,7 +308,7 @@ wheels = [ [[package]] name = "gimmegit" -version = "3.0.0" +version = "3.0.1.dev0" source = { editable = "." } dependencies = [ { name = "gitpython" },