Skip to content

Commit fbd3025

Browse files
committed
Bump version number & add missing license headers
1 parent dee7315 commit fbd3025

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

Animations and Plots/Gravity_Mercator_Plot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
4+
15
from TerraFrame.GravitationModel.GravitationalPotential import EGM2008
26
from TerraFrame import Earth
37
import numpy as np

Animations and Plots/transformation_animation.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
4+
15
from manim import *
26

37
from TerraFrame import CelestialTerrestrial

Tools/convert_egm_data_file_to_binary.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
4+
15
from importlib import resources
26
import struct
37
import numpy as np

pyproject.toml

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

55
[project]
66
name = "TerraFrame"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A library for calculating the orientation of the earth relative to GCRS."
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)