Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Sep 16, 2023
1 parent 8c555d7 commit f54b05f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
![PyPI - Version](https://img.shields.io/pypi/v/xirvik-tools)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/xirvik-tools)
![GitHub](https://img.shields.io/github/license/Tatsh/xirvik-tools)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/xirvik-tools/v0.4.4/develop)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/xirvik-tools/v0.4.5/develop)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"ruff": "poetry run ruff check .",
"test": "poetry run pytest"
},
"version": "0.4.4"
"version": "0.4.5"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "xirvik-tools"
packages = [{ include = "xirvik" }]
readme = "README.md"
version = "0.4.4"
version = "0.4.5"

[tool.poetry.dependencies]
python = ">=3.10,<4"
Expand Down

0 comments on commit f54b05f

Please sign in to comment.