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: