We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe84880 commit c05cccbCopy full SHA for c05cccb
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
BIN := .tox/py3/bin
2
PY := $(BIN)/python3
3
PIP := $(BIN)/pip3
4
-VERSION := $(shell $(PY) -c "from version import CLIENT_VERSION; print(CLIENT_VERSION)")
+VERSION := $(shell $(PY) -c "from juju.version import CLIENT_VERSION; print(CLIENT_VERSION)")
5
6
.PHONY: clean
7
clean:
0 commit comments