Skip to content

Commit

Permalink
Fix for broken deb install, see pytak#76.
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 30, 2024
1 parent fd3ae16 commit 5acacdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions debian/takproto.postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

set -e

exit 0
2 changes: 1 addition & 1 deletion takproto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"""TAKProto: Encode & Decode TAK Protocol Payloads using Python."""

__version__ = "3.0.0"
__version__ = "3.0.1"

# COMPAT Python 3.6 import work-around.
try:
Expand Down

0 comments on commit 5acacdc

Please sign in to comment.