Skip to content

Commit

Permalink
update julia package version (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <[email protected]>
  • Loading branch information
Andrey1994 authored Dec 26, 2020
1 parent 0f3cbe7 commit cf2cceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion julia-package/brainflow/Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ lazy = true

[[brainflow.download]]
sha256 = "92bd7485de8ccbd19d27a9b203e8176806269415b1087c767bb36539efe063d9"
url = "https://github.com/brainflow-dev/brainflow/releases/download/3.7.2/compiled_libs.tar"
url = "https://github.com/brainflow-dev/brainflow/releases/download/3.8.0/compiled_libs.tar"
2 changes: 1 addition & 1 deletion julia-package/brainflow/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BrainFlow"
uuid = "abd5acf9-0fc9-4730-984d-e27a37823580"
authors = ["Andrey1994 <[email protected]>"]
version = "3.7.2"
version = "3.8.0"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand Down
2 changes: 1 addition & 1 deletion julia-package/brainflow/src/brainflow_url.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO: automatically generate by brainflow CICD
function brainflow_url()
url = "https://github.com/brainflow-dev/brainflow/releases/download/3.7.2/compiled_libs.tar"
url = "https://github.com/brainflow-dev/brainflow/releases/download/3.8.0/compiled_libs.tar"
return url
end

2 comments on commit cf2cceb

@Andrey1994
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register branch=master subdir=julia-package/brainflow

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/26985

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a brainflow-v3.8.0 -m "<description of version>" cf2cceb2647159faaf2528540de60f4eaaf1c275
git push origin brainflow-v3.8.0

Please sign in to comment.