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 a309b38 commit e82d8fdCopy full SHA for e82d8fd
VERSION
@@ -1 +1 @@
1
-0.0.1
+0.0.2
tasks/git.py
@@ -1,8 +1,7 @@
from invoke import task
2
3
-from faasmtools.env import get_version
4
from faasmtools.git import tag_project
5
-from tasks.env import PROJ_ROOT
+from tasks.env import PROJ_ROOT, get_version
6
7
8
@task
0 commit comments