Skip to content

Commit

Permalink
bump version number to v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
altescy committed Feb 15, 2025
1 parent 159504f commit d0d8f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "colt"
version = "0.16.2"
version = "0.16.3"
description = "A configuration utility for Python object."
authors = ["altescy <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert colt.__version__ == "0.16.2"
assert colt.__version__ == "0.16.3"

0 comments on commit d0d8f4a

Please sign in to comment.