Skip to content

Commit

Permalink
bump julia version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <[email protected]>
  • Loading branch information
Andrey1994 committed Jul 14, 2024
1 parent b42f827 commit f46fb88
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 = "b8a632b808bddf06eca4fa2e66f86eb6614e1431"
git-tree-sha1 = "61fd45fc3b6cc03b85a7feecfd298bedcc484104"
lazy = true

[[brainflow.download]]
sha256 = "657a8bfa23b6e496b71129510cd540a419a80d7b2510a6e6d80bb6a9e0dee230"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.12.1/compiled_libs.tar"
sha256 = "3f0ec287afec2f8aeaeb4124a129bc45611a4358c37580424fd963cf4aa882e3"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.13.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 = "5.12.1"
version = "5.13.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.12.1/compiled_libs.tar"
url = "https://github.com/brainflow-dev/brainflow/releases/download/5.13.0/compiled_libs.tar"
return url
end

2 comments on commit f46fb88

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.13.0 -m "<description of version>" f46fb8893d2ea53f6025355db2d4065208f7a007
git push origin brainflow-v5.13.0

Please sign in to comment.