From 04e43eaa0f080b2e688270a48e66d8ef25c8d5ff Mon Sep 17 00:00:00 2001 From: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:19:50 +0900 Subject: [PATCH] fix: fix proto version (#209) fix proto version and hash --- proto/.proto_hash | 2 +- proto/.version | 2 +- proto/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proto/.proto_hash b/proto/.proto_hash index c5144289a..074c5d42d 100644 --- a/proto/.proto_hash +++ b/proto/.proto_hash @@ -1 +1 @@ -f4e5081b9efdbf1aa095cecff4781b1ddc4be603fefe542a7cea60739ab7a83f +cdd7a9133b9c2d93e42969ad6db1b28449fed57ae9a06ff9f1804f4f61b76e29 diff --git a/proto/.version b/proto/.version index a918a2aa1..faef31a43 100644 --- a/proto/.version +++ b/proto/.version @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/proto/Makefile b/proto/Makefile index 257e1b774..34cbc58f7 100644 --- a/proto/Makefile +++ b/proto/Makefile @@ -28,7 +28,7 @@ $(PB2_OUT_DIR)/__init__.py $(PB2_OUT_DIR)/v2/__init__.py: setup: python3 -m pip install --upgrade pip python3 -m pip install --upgrade setuptools wheel - python3 -m pip install -r ../tests/requirements.txt + python3 -m pip install -r requirements.txt .PHONY: whl whl: $(DEPS)