From 5acacdce4afe3462fd26884330de6087eaee4dcf Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Fri, 30 Aug 2024 16:48:57 -0700 Subject: [PATCH] Fix for broken deb install, see pytak#76. --- debian/takproto.postinst | 5 +++++ takproto/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/takproto.postinst b/debian/takproto.postinst index e69de29..fce18d6 100644 --- a/debian/takproto.postinst +++ b/debian/takproto.postinst @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +exit 0 diff --git a/takproto/__init__.py b/takproto/__init__.py index 56dd747..5013e30 100644 --- a/takproto/__init__.py +++ b/takproto/__init__.py @@ -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: