Skip to content

Commit

Permalink
beta bump for doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jan 10, 2024
1 parent 3d63391 commit e6cd7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions takproto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e6cd7ac

Please sign in to comment.