Skip to content

Commit

Permalink
bump julia version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Dec 5, 2022
1 parent dcf3cb3 commit 341b1e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions julia_package/brainflow/Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[brainflow]
git-tree-sha1 = "5d21de2f86cb47c0d59f827dd19fc83916db3b56"
git-tree-sha1 = "bdde990d1d1c8fe7f7092e2ae8708b73a9a7d7fd"
lazy = true

[[brainflow.download]]
sha256 = "3d8c14632dec28ec1bc5083b5f86fa56dddf46e07fad7bce98c2a4ef3e5515a9"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.4.0/compiled_libs.tar"
sha256 = "849c9a9a86c41f3ea3a8669c27ada971c83ddfbd92b7cf8e3e8f951670211f70"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.5.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 <a1994ndrey@gmail.com>"]
version = "5.4.0"
version = "5.5.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/5.4.0/compiled_libs.tar"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.5.0/compiled_libs.tar"
return url
end

2 comments on commit 341b1e9

@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/73534

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-v5.5.0 -m "<description of version>" 341b1e9bc576a940a8d367107b55d3317add1175
git push origin brainflow-v5.5.0

Please sign in to comment.