Skip to content

Commit 5acacdc

Browse files
committed
Fix for broken deb install, see pytak#76.
1 parent fd3ae16 commit 5acacdc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

debian/takproto.postinst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
exit 0

takproto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

28-
__version__ = "3.0.0"
28+
__version__ = "3.0.1"
2929

3030
# COMPAT Python 3.6 import work-around.
3131
try:

0 commit comments

Comments
 (0)