diff --git a/git_rb/__init__.py b/git_rb/__init__.py index f11ec6a..4e2c34c 100644 --- a/git_rb/__init__.py +++ b/git_rb/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index 1720fc9..f468519 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "git-rb" -version = "0.1.0" +version = "0.1.1" description = "Interface for git rebase." authors = [{ name = "George Lenton", email = "georgelenton@gmail.com" }] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index 533f21f..701601e 100644 --- a/uv.lock +++ b/uv.lock @@ -107,7 +107,7 @@ wheels = [ [[package]] name = "git-rb" -version = "0.1.0" +version = "0.1.1" source = { editable = "." } dependencies = [ { name = "rich" },