Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Mar 19, 2021
1 parent ca5674a commit 09f79e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Expand Up @@ -12,6 +12,8 @@ SpinGlassTensors = "7584fc6a-5a23-4eeb-8277-827aab0146ea"

[compat]
CUDA = "2.3"
Reexport = "1.0"
Requires = "1.1"
SpinGlassEngine = "0.1"
SpinGlassNetworks = "0.1"
SpinGlassTensors = "0.1"
Expand Down

2 comments on commit 09f79e4

@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 created: JuliaRegistries/General/32351

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.2.0 -m "<description of version>" 09f79e440dd3783c592d75622ab65f75785a4514
git push origin v0.2.0

Also, note the warning: This looks like a new registration that registers version 0.2.0.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
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.