Skip to content

Commit a6092b1

Browse files
Increments package version to 0.1.5
Updates the package version in pyproject.toml from 0.1.4 to 0.1.5. This increment signifies a new release with potential bug fixes, new features, or other improvements.
1 parent cbf5dd2 commit a6092b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ddd-value-objects"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "A collection of base classes for Domain-Driven Design (DDD) value objects and entities in Python"
55
readme = "README.md"
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)