Skip to content

Commit 7ee3fec

Browse files
committed
Fix for broken deb install, see pytak#76.
1 parent 5afcc16 commit 7ee3fec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

aircot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
"""Aircraft classifier for TAK."""
2020

21-
__version__ = "3.0.0"
21+
__version__ = "3.0.1"
2222

2323
# COMPAT Python 3.6 test/build work-around:
2424
try:

debian/aircot.postinst

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
exit 0

0 commit comments

Comments
 (0)