From b2ef69feeb349edadc6e0b5a2d14023a29016caa Mon Sep 17 00:00:00 2001 From: Vasili Revelas Date: Sun, 20 Sep 2020 15:57:09 +0300 Subject: [PATCH] Bump to 0.4.0 --- pyproject.toml | 2 +- src/git_cu/__init__.py | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8167ef8..4d0b6f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "git-cu" -version = "0.3.0" +version = "0.4.0" description = "git-cu helps keep your local git repositories organised by cloning them into a directory structure based on their URL." authors = ["Vasili Revelas "] license = "GPL-3.0-only" diff --git a/src/git_cu/__init__.py b/src/git_cu/__init__.py index 9b86bc8..180afc6 100644 --- a/src/git_cu/__init__.py +++ b/src/git_cu/__init__.py @@ -1,2 +1,2 @@ # pylint: disable=missing-module-docstring -__version__ = '0.3.0' +__version__ = '0.4.0' diff --git a/tbump.toml b/tbump.toml index fdf439b..c4f0d1e 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = https://github.com/// [version] -current = "0.3.0" +current = "0.4.0" # Example of a semver regexp. # Make sure this matches current_version before -- GitLab