diff --git a/pyproject.toml b/pyproject.toml index d1e3482..64e7c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "atlassian-plugin-remote-installaion" description = "Remotely install plugin to Atlassian instance" -version = "0.3.0" +version = "0.3.1" authors = [{ name = "Trung Le", email = "trung.le@devsamurai.com" }] @@ -24,7 +24,7 @@ dev = ["black", "isort", "pylint", "tbump"] # github_url = "https://github.com///" [tool.tbump.version] -current = "0.3.0" +current = "0.3.1" # Example of a semver regexp. # Make sure this matches current_version before