Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl committed Apr 22, 2020
1 parent cf92cea commit 8f255b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "QuantumOptics"
uuid = "6e0679c1-51ea-5a7c-ac74-d61b76210b0c"
version = "v0.7.1"
version = "v0.7.2"

[deps]
QuantumOpticsBase = "4f57444f-1401-5e15-980d-4471b28d5678"
Expand All @@ -20,7 +20,7 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
QuantumOpticsBase = "0.1"
Arpack = "0.4"
DiffEqCallbacks = "2"
FFTW = "1.2"
FFTW = "1"
OrdinaryDiffEq = "5"
RecursiveArrayTools = "2"
Reexport = "0.2"
Expand Down

2 comments on commit 8f255b4

@david-pl
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
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/13460

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.7.2 -m "<description of version>" 8f255b416170d5a6608ef422b11235c7f0277d02
git push origin v0.7.2

Please sign in to comment.