Skip to content

Commit 4283f14

Browse files
committed
fix: version numbers
1 parent 47a3f87 commit 4283f14

File tree

2 files changed

+390
-304
lines changed

2 files changed

+390
-304
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gallagher"
3-
version = "1.0.0"
3+
version = "1.0.0a15"
44
description = "The missing developer toolkit for Gallagher Command Centre"
55
authors = [{ name = "Anomaly", email = "[email protected]" }]
66
license = { text = "MIT" }
@@ -44,6 +44,7 @@ dev = [
4444
"mkdocs>=1.6.1",
4545
"mkdocs-material[imaging]>=9.6.14",
4646
"mkdocs-typer>=0.0.3",
47+
"mkdocs-typer2>=0.1.6",
4748
"mkdocstrings>=0.29.1",
4849
"pytest>=8.4.1",
4950
"pytest-asyncio>=1.0.0",

0 commit comments

Comments
 (0)