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

Commit

Permalink
Increase version to 0.2.1 (#121)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Bump version number to 0.2.1
  • Loading branch information
jmsfltchr authored Dec 17, 2019
1 parent 5b713c0 commit c3763ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2
0.2.1
4 changes: 2 additions & 2 deletions dependencies/graknlabs/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ def graknlabs_grakn_core():
git_repository(
name = "graknlabs_grakn_core",
remote = "https://github.com/graknlabs/grakn",
commit = "86f8a19a9bdac3093f5d131e0fe07667b047ca82" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
tag = "1.6.1" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
)

def graknlabs_client_python():
git_repository(
name = "graknlabs_client_python",
remote = "https://github.com/graknlabs/client-python",
commit = "334376cb614086cc8fbcd7238285e8947c97c2e2" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_python
tag = "1.6.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_python
)

0 comments on commit c3763ec

Please sign in to comment.