We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb6542 commit 9f1811dCopy full SHA for 9f1811d
Makefile
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
#
16
17
-REPO_NAME ?= $(shell echo $(wildcard */__init__.py) | awk -F'/' '{print $$1}')
+REPO_NAME ?= $(shell echo $(wildcard src/*/__init__.py) | awk -F'/' '{print $$1}')
18
SHELL := /bin/bash
19
.DEFAULT_GOAL := editable
20
# postinst = $(wildcard debian/*.postinst.sh)
src/aircot/VERSION
@@ -1 +1 @@
1
-4.0.0
+4.0.1
src/aircot/__init__.py
@@ -18,7 +18,6 @@
"""Aircraft classifier for TAK."""
21
-__version__ = "4.0.0-beta1"
22
23
from .constants import ( # NOQA
24
LOG_FORMAT,
0 commit comments