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

Commit c3763ec

Browse files
authored
Increase version to 0.2.1 (#121)
## What is the goal of this PR? Bump version number to 0.2.1
1 parent 5b713c0 commit c3763ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2
1+
0.2.1

dependencies/graknlabs/dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ def graknlabs_grakn_core():
1212
git_repository(
1313
name = "graknlabs_grakn_core",
1414
remote = "https://github.com/graknlabs/grakn",
15-
commit = "86f8a19a9bdac3093f5d131e0fe07667b047ca82" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
15+
tag = "1.6.1" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
1616
)
1717

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

0 commit comments

Comments
 (0)