Skip to content

Commit

Permalink
hacking around v2..
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauqb committed Feb 25, 2022
1 parent 7c4af5e commit 639bec1
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,7 +1,7 @@
name = "Qwind"
uuid = "988db7c6-b368-4d8d-9ee1-ae26d5771fb3"
authors = ["Arnau Quera-Bofarull"]
version = "3.1.0"
version = "2.0.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand All @@ -18,7 +18,6 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Expand Down Expand Up @@ -64,6 +63,7 @@ Optim = "^1.4.1"
Peaks = "^0.3.2"
ProgressMeter = "^1.7.1"
PyCall = "^1.92.3"
Qsosed = "^0.1.1"
QuadGK = "^2.4.1"
Roots = "^1.2.0"
Sundials = "^4.5.3"
Expand Down
2 changes: 1 addition & 1 deletion src/radiation/scattering.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using QuadGK, ProgressMeter, LinearAlgebra, FastGaussQuadrature, Cubature
using QuadGK, ProgressMeter, LinearAlgebra, Cubature

export Rectangle,
compute_luminosity_absorbed_by_cell,
Expand Down

2 comments on commit 639bec1

@arnauqb
Copy link
Owner 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/55438

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 v2.0.0 -m "<description of version>" 639bec1ae19e6be4ed06f373202d39753dbd45bf
git push origin v2.0.0

Also, note the warning: Version 2.0.0 skips over 1.0.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.