Skip to content

Commit 90fe752

Browse files
committed
pyproject (update): update version number
1 parent d3013d6 commit 90fe752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "practable"
7-
version = "0.0.24"
7+
version = "0.0.25"
88
authors = [
99
{ name="Timothy Drysdale", email="timothy.d.drysdale@gmail.com" },
1010
]
@@ -27,4 +27,4 @@ Homepage = "https://github.com/practable/practable-python"
2727
Issues = "https://github.com/practable/practable-python/issues"
2828

2929
[options.packages.find]
30-
where = "src"
30+
where = "src"

0 commit comments

Comments
 (0)