diff --git a/pyproject.toml b/pyproject.toml index 6fb8322b7dc7048d30fbb9df17008cebec68c1d1..26abfeba713f238b276142d54c3fdeeaa3e298c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "git-cu" -version = "0.2.0" +version = "0.3.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 afd59cdf3df29c4fb2179908f3e571bea9a53a69..9b86bc834e7c2df20495bafbfab2767dbbdc8337 100644 --- a/src/git_cu/__init__.py +++ b/src/git_cu/__init__.py @@ -1,2 +1,2 @@ # pylint: disable=missing-module-docstring -__version__ = '0.2.0' +__version__ = '0.3.0' diff --git a/tbump.toml b/tbump.toml index 9c15febed0f68a40ee6795b136ccd0f052056efb..fdf439b99be616ac3e19092f25246c7c0a469869 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = https://github.com/// [version] -current = "0.2.0" +current = "0.3.0" # Example of a semver regexp. # Make sure this matches current_version before