diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f724d4..ad38e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## PyTAK 7.0.0 +## PyTAK 7.0.1 Happy Summer Solstice diff --git a/Makefile b/Makefile index 4205fea..982a4d8 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # limitations under the License. # -REPO_NAME ?= $(shell echo $(wildcard */classes.py) | awk -F'/' '{print $$1}') +REPO_NAME ?= $(shell echo $(wildcard */__init__.py) | awk -F'/' '{print $$1}') SHELL := /bin/bash .DEFAULT_GOAL := editable # postinst = $(wildcard debian/*.postinst.sh) diff --git a/pytak/__init__.py b/pytak/__init__.py index 71f6c7d..1b18728 100644 --- a/pytak/__init__.py +++ b/pytak/__init__.py @@ -17,7 +17,7 @@ """Python Team Awareness Kit (PyTAK) Module.""" -__version__ = "7.0.0" +__version__ = "7.0.1" from .constants import ( # NOQA LOG_LEVEL,