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

Fix package name and version #16

Merged
merged 3 commits into from
Feb 26, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ py_library(

deploy_pip(
name = "deploy-pip",
package_name = "grakn",
package_name = "grakn-client",
version_file = "//:VERSION",
classifiers = [
"Programming Language :: Python",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0.dev1
1.5.0-SNAPSHOT
7 changes: 5 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "graknlabs_grakn_core",
remote = "https://github.com/graknlabs/grakn",
commit = "ec41e803e3a12696cec731ad6071c26e90cea926"
commit = "c80b4d644aec10895171c2083ed0378b506b01f0"
)

git_repository(
Expand All @@ -28,7 +28,7 @@ python_grpc_compile()
git_repository(
name="graknlabs_bazel_distribution",
remote="https://github.com/graknlabs/bazel-distribution",
commit="18d774e16187bd4148fe36842b68bafa46017d6f"
commit="3fff34b151afabaee5af7ffb35ed99e52747c932"
)

pip_import(
Expand Down Expand Up @@ -79,3 +79,6 @@ graql_dependencies()

load("@stackb_rules_proto//java:deps.bzl", "java_grpc_compile")
java_grpc_compile()

load("@graknlabs_grakn_core//dependencies/docker:dependencies.bzl", "docker_dependencies")
docker_dependencies()