Skip to content

Commit

Permalink
Bump sublibrary versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jul 3, 2023
1 parent d1c94b5 commit bb37b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/custatevec/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "cuStateVec"
uuid = "92f7fd98-d22e-4c0d-85a8-6ade11b672fb"
authors = ["Katharine Hyatt <kslimes@gmail.com>"]
version = "1.0.4"
version = "1.0.5"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down
2 changes: 1 addition & 1 deletion lib/cutensornet/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["Katharine Hyatt <kshyatt@gmail.com>"]
name = "cuTensorNet"
uuid = "448d79b3-4b49-4e06-a5ea-00c62c0dc3db"
version = "1.0.4"
version = "1.0.5"

[compat]
CEnum = "0.2, 0.3, 0.4"
Expand Down

4 comments on commit bb37b50

@maleadt
Copy link
Member Author

@maleadt maleadt commented on bb37b50 Jul 3, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir="lib/custatevec"

@maleadt
Copy link
Member Author

@maleadt maleadt commented on bb37b50 Jul 3, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir="lib/cutensornet"

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

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 custatevec-v1.0.5 -m "<description of version>" bb37b50006295833d5396d1c7b330eec55b408e4
git push origin custatevec-v1.0.5

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

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 cutensornet-v1.0.5 -m "<description of version>" bb37b50006295833d5396d1c7b330eec55b408e4
git push origin cutensornet-v1.0.5

Please sign in to comment.