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 Jun 5, 2023
1 parent 0754d73 commit 2de0f8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/SupportedBoards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ Ant Neuro has many devices and all of them are supported by BrainFlow:
- :code:`ANT_NEURO_EE_223_BOARD`
- :code:`ANT_NEURO_EE_224_BOARD`
- :code:`ANT_NEURO_EE_225_BOARD`
- :code:`ANT_NEURO_EE_511_BOARD`

Initialization Example:

Expand Down
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 = "ea057f28faf163334c735efba1128cae295cb032"
git-tree-sha1 = "cc8e836104c73c93a47770c3adcc9f740f761df8"
lazy = true

[[brainflow.download]]
sha256 = "91cd2f2a91d6c0f790db63cde4e54b950844e58f9c09ad601431d1e1956b63fb"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.7.0/compiled_libs.tar"
sha256 = "eceec3d8575b063ad677ef0f9a83c636163f2eb53e5f7d25b1d6eaa389c73b77"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.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 <andrey@brainflow.org>"]
version = "5.7.0"
version = "5.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/5.7.0/compiled_libs.tar"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.8.0/compiled_libs.tar"
return url
end

2 comments on commit 2de0f8a

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

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.8.0 -m "<description of version>" 2de0f8a3933ca98994f02505d9162cabc6cabde7
git push origin brainflow-v5.8.0

Please sign in to comment.