Skip to content

Commit

Permalink
Bump version to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 9, 2023
1 parent 4946a13 commit 67575fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion capsula/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.9"
__version__ = "0.0.14"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 67575fe

Please sign in to comment.