File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " humeris-core"
7- version = " 1.26.2 "
7+ version = " 1.26.3 "
88description = " Astrodynamics library for satellite constellation design — MIT open core"
99requires-python = " >=3.11"
1010license = " MIT"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " humeris-pro"
7- version = " 1.26.2 "
7+ version = " 1.26.3 "
88description = " Humeris professional modules — advanced astrodynamics analysis"
99requires-python = " >=3.11"
1010license = {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 ]
2929dev = [" sgp4>=2.22" , " pytest>=8.0" ]
You can’t perform that action at this time.
0 commit comments