Skip to content

Commit

Permalink
Bump version: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stoops committed Jul 23, 2024
1 parent 8c94a9c commit 56632e3
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 56632e3

Please sign in to comment.