Skip to content

Commit ae4265c

Browse files
planet.jeroenclaude
andcommitted
Bump versions to 1.26.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8985e12 commit ae4265c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "humeris-core"
7-
version = "1.26.2"
7+
version = "1.26.3"
88
description = "Astrodynamics library for satellite constellation design — MIT open core"
99
requires-python = ">=3.11"
1010
license = "MIT"

packages/pro/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 = "humeris-pro"
7-
version = "1.26.2"
7+
version = "1.26.3"
88
description = "Humeris professional modules — advanced astrodynamics analysis"
99
requires-python = ">=3.11"
1010
license = {text = "Commercial — see COMMERCIAL-LICENSE.md"}
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Scientific/Engineering :: Astronomy",
2424
"Topic :: Scientific/Engineering :: Physics",
2525
]
26-
dependencies = ["humeris-core>=1.26.2", "numpy>=1.24"]
26+
dependencies = ["humeris-core>=1.26.3", "numpy>=1.24"]
2727

2828
[project.optional-dependencies]
2929
dev = ["sgp4>=2.22", "pytest>=8.0"]

0 commit comments

Comments
 (0)