Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit bba2227

Browse files
author
Alex Walker
authored
Update protocol (#136)
## What is the goal of this PR? We updated protocol to 2.0.0a3 from the public PyPi repo.
1 parent f08a289 commit bba2227

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ assemble_pip(
8080
author_email = "[email protected]",
8181
license = "Apache-2.0",
8282
install_requires=[
83-
'graknprotocol==0.0.0-6bf8c601ecd57a2869cde56c17eec8784a9a2804',
83+
'graknprotocol==2.0.0a3',
8484
'grpcio==1.33.2',
8585
'protobuf==3.6.1',
8686
'six>=1.11.0',

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# under the License.
1818
#
1919

20-
--extra-index-url https://repo.grakn.ai/repository/pypi-snapshot/simple
21-
graknprotocol==0.0.0-6bf8c601ecd57a2869cde56c17eec8784a9a2804
20+
# --extra-index-url https://repo.grakn.ai/repository/pypi-snapshot/simple
21+
graknprotocol==2.0.0a3
2222
grpcio==1.33.2
2323
protobuf==3.6.1
2424
six>=1.11.0

0 commit comments

Comments
 (0)