Skip to content

Commit

Permalink
Add compat entry for polylogs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl committed Dec 1, 2020
1 parent 43652d7 commit d6a0fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Optim = "0.22"
OrdinaryDiffEq = "5"
QuantumOptics = "0.8"
QuantumOpticsBase = "0.2"
Polylogarithms = "0.1"
julia = "1.3"

[extras]
Expand Down

2 comments on commit d6a0fdf

@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 updated: JuliaRegistries/General/25611

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.0 -m "<description of version>" d6a0fdfe3afb1ce90ff59936935f85fd795414e0
git push origin v0.1.0

Please sign in to comment.