Skip to content

Commit

Permalink
Bump to v0.3.0, add missing compat entries [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Jan 23, 2023
1 parent 818b6e4 commit 97ce278
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ITensorNetworks"
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
version = "0.2.2"
version = "0.3.0"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -27,17 +27,25 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
AbstractTrees = "0.4.4"
Compat = "3, 4"
DataGraphs = "0.1.7"
Dictionaries = "0.3.15"
DocStringExtensions = "0.8, 0.9"
Graphs = "1.6"
ITensors = "0.3.23"
IsApprox = "0.1.7"
IterTools = "1.4.0"
KrylovKit = "0.6.0"
NamedGraphs = "0.1.8"
Observers = "0.0.8"
Requires = "1.3"
SimpleTraits = "0.9"
SparseArrayKit = "0.2.1"
SplitApplyCombine = "1.2"
StaticArrays = "1.5.12"
Suppressor = "0.2"
TimerOutputs = "0.5.22"
julia = "1.7"

[extras]
Expand Down

2 comments on commit 97ce278

@mtfishman
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/76208

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.3.0 -m "<description of version>" 97ce278364dd223cf2c675c55ec8d55163cfce7f
git push origin v0.3.0

Please sign in to comment.