forked from dB-SPL/takprotobuf
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,15 @@ | |
# SOFTWARE. | ||
# | ||
|
||
"""A Python module to encode & decode 'TAK Protocol Payload - Version 1' Protocol Buffer based Cursor on Target (CoT) messages. | ||
"""TAKProto: Encode & Decode TAK Protocol Payloads using Python. | ||
:author: Greg Albrecht <[email protected]> | ||
:copyright: Copyright Sensors & Signals LLC https://www.snstac.com | ||
:license: MIT License | ||
:source: <https://github.com/snstac/takproto> | ||
""" | ||
|
||
__version__ = "2.1.0-beta1" | ||
__version__ = "2.1.0-beta2" | ||
|
||
# Python 3.6 test/build work-around: | ||
try: | ||
|