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