Skip to content

Commit 9f1811d

Browse files
committed
sorting out CI
1 parent 6eb6542 commit 9f1811d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
REPO_NAME ?= $(shell echo $(wildcard */__init__.py) | awk -F'/' '{print $$1}')
17+
REPO_NAME ?= $(shell echo $(wildcard src/*/__init__.py) | awk -F'/' '{print $$1}')
1818
SHELL := /bin/bash
1919
.DEFAULT_GOAL := editable
2020
# postinst = $(wildcard debian/*.postinst.sh)

src/aircot/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

src/aircot/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

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

21-
__version__ = "4.0.0-beta1"
2221

2322
from .constants import ( # NOQA
2423
LOG_FORMAT,

0 commit comments

Comments
 (0)