Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Apr 20, 2023
1 parent 4a4ccf0 commit 9223b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Bloqade"
uuid = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe1"
version = "0.1.22"
version = "0.1.23"

[deps]
BloqadeExpr = "bd27d05e-4ce1-5e79-84dd-c5d7d508abe2"
Expand All @@ -25,8 +25,8 @@ BloqadeLattices = "0.1"
BloqadeMIS = "0.1"
BloqadeODE = "0.1"
BloqadeWaveforms = "0.1"
Colors = "0.12"
ColorSchemes = "3"
Colors = "0.12"
ForwardDiff = "0.10"
Measurements = "2"
PythonCall = "0.8,0.9"
Expand Down
2 changes: 1 addition & 1 deletion lib/BloqadeExpr/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "BloqadeExpr"
uuid = "bd27d05e-4ce1-5e79-84dd-c5d7d508abe2"
version = "0.1.12"
version = "0.1.13"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down

4 comments on commit 9223b87

@weinbe58
Copy link
Member Author

Choose a reason for hiding this comment

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

release via ion

@JuliaRegistrator register branch=master subdir=lib/BloqadeExpr

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

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 BloqadeExpr-v0.1.13 -m "<description of version>" 9223b877ee50dfbb532dcf7e0aac5447fdd57a62
git push origin BloqadeExpr-v0.1.13

@weinbe58
Copy link
Member Author

Choose a reason for hiding this comment

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

release via ion

@JuliaRegistrator register branch=master

Release notes:

Release Note

BloqadeExpr

  1. Multi-threading support, use Preferences.jl to set which backend to use for ODE solver.

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

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 v0.1.23 -m "<description of version>" 9223b877ee50dfbb532dcf7e0aac5447fdd57a62
git push origin v0.1.23

Please sign in to comment.