Skip to content

Commit

Permalink
Update to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mabuni1998 committed Aug 18, 2024
1 parent ec0c9cf commit 5d1c133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "WaveguideQED"
uuid = "c4555495-0e8d-488d-8e6a-965ecefe9055"
authors = ["Matias Bundgaard-Nielsen <mabuni1998@gmail.com>, Mikkel Heuck <mheu@dtu.dk>, and Stefan Krastanov <stefankr@mit.edu>"]
version = "0.2.6"
version = "0.2.7"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand Down

2 comments on commit 5d1c133

@mabuni1998
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Bugfix for WaveguideInteraction operators using delayed operators and looping.

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

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 v0.2.7 -m "<description of version>" 5d1c1334dd32272e0b68e17301664d1f023b4189
git push origin v0.2.7

Please sign in to comment.