diff --git a/capsula/_version.py b/capsula/_version.py index 311f216e..6561790f 100644 --- a/capsula/_version.py +++ b/capsula/_version.py @@ -1 +1 @@ -__version__ = "0.0.14" +__version__ = "0.0.15" diff --git a/pyproject.toml b/pyproject.toml index 2db6650d..a5ae93c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "capsula" -version = "0.0.14" +version = "0.0.15" description = "A Python package to capture and reproduce command execution context" authors = ["Shunichiro Nomura "] license = "MIT" @@ -112,7 +112,7 @@ ignore = [ github_url = "https://github.com/shunichironomura/capsula/" [tool.tbump.version] -current = "0.0.14" +current = "0.0.15" # Example of a semver regexp. # Make sure this matches current_version before