Skip to content

Commit

Permalink
fix: fix proto version (#209)
Browse files Browse the repository at this point in the history
fix proto version and hash
  • Loading branch information
obi-t4 authored Mar 27, 2023
1 parent 682b5db commit 04e43ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proto/.proto_hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f4e5081b9efdbf1aa095cecff4781b1ddc4be603fefe542a7cea60739ab7a83f
cdd7a9133b9c2d93e42969ad6db1b28449fed57ae9a06ff9f1804f4f61b76e29
2 changes: 1 addition & 1 deletion proto/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
2 changes: 1 addition & 1 deletion proto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 04e43ea

Please sign in to comment.