We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b211ec commit 812a9edCopy full SHA for 812a9ed
2 files changed
Makefile
@@ -8,7 +8,7 @@ SHA1 := $$(git log -1 --pretty=%h)
8
CURRENT_BRANCH := $$(git symbolic-ref -q --short HEAD)
9
LATEST_TAG := ${REPO_NAME}:latest
10
GIT_TAG := ${REPO_NAME}:${SHA1}
11
-VERSION := v0.0.10
+VERSION := v0.1.0
12
13
info: ## Show information about the current git state.
14
@echo "Github Project: https://github.com/${REPO_NAME}\nCurrent Branch: ${CURRENT_BRANCH}\nSHA1: ${SHA1}\n"
setup.py
@@ -23,7 +23,7 @@
23
EMAIL: str = "mbeacom@2ndwatch.com, twarnock@2ndwatch.com"
24
AUTHOR: str = "Mark Beacom, Tom Warnock"
25
REQUIRES_PYTHON: str = ">=3.7.0"
26
-VERSION: str = "0.0.10"
+VERSION: str = "0.1.0"
27
28
REQUIRED: List[str] = ["requests", "boto3", "fire"]
29
EXTRAS: Dict[str, List[str]] = {
0 commit comments