Skip to content

Commit

Permalink
Merge pull request #152 from poliastro/v1.0.2
Browse files Browse the repository at this point in the history
Bump version: 1.0.2
  • Loading branch information
Stoops-ML authored Jul 28, 2024
2 parents 8c94a9c + 56632e3 commit 4aab12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/czml3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .core import CZML_VERSION, Document, Packet, Preamble

__version__ = "1.0.1"
__version__ = "1.0.2"

__all__ = ["Document", "Preamble", "Packet", "CZML_VERSION"]

0 comments on commit 4aab12e

Please sign in to comment.