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 Feb 11, 2020
1 parent b43056d commit 9933083
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 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.0"
version = "v0.7.1"

[deps]
QuantumOpticsBase = "4f57444f-1401-5e15-980d-4471b28d5678"
Expand All @@ -17,15 +17,16 @@ StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"

[compat]
QuantumOpticsBase = "≥ 0.1.0"
Arpack = "≥ 0.3.1"
DiffEqCallbacks = "≥ 2.5.0"
OrdinaryDiffEq = "≥ 5.7.0"
RecursiveArrayTools = "≥ 0.20.0"
Reexport = "≥ 0.2.0"
StochasticDiffEq = "≥ 6.0.0"
WignerSymbols = "≥ 0.3.1"
julia = "≥ 1.1.0"
QuantumOpticsBase = "0.1"
Arpack = "0.4"
DiffEqCallbacks = "2"
FFTW = "1.2"
OrdinaryDiffEq = "5"
RecursiveArrayTools = "2"
Reexport = "0.2"
StochasticDiffEq = "6"
WignerSymbols = "1"
julia = "1"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit 9933083

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.1 -m "<description of version>" 9933083d98c6d646ce386eef3574aae63ccc10d1
git push origin v0.7.1

Please sign in to comment.