Skip to content

Commit

Permalink
Fix version and compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela authored Aug 12, 2021
1 parent 076d070 commit b3e07ca
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,7 +1,7 @@
name = "SpinGlassTensors"
uuid = "7584fc6a-5a23-4eeb-8277-827aab0146ea"
authors = ["Łukasz Pawela <lukasz.pawela@gmail.com>", "Konrad Jałowiecki <dexter2206@gmail.com>", "Bartłomiej Gardas <bartek.gardas@gmail.com>"]
version = "0.1.5"
version = "0.1.4"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -15,7 +15,7 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
DocStringExtensions = "0.8"
LowRankApprox = "0.4, 0.5"
Memoize = "0.4"
TensorCast = "0.3, 0.4"
TensorCast = "0.4"
TensorOperations = "3.0.1"
julia = "1.5"

Expand Down

2 comments on commit b3e07ca

@lpawela
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/42717

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.4 -m "<description of version>" b3e07ca6b21c959d99cb9f3f9dc2fbf86c562250
git push origin v0.1.4

Please sign in to comment.