Skip to content

Commit

Permalink
Merge pull request #16 from ymtoo/patch-1
Browse files Browse the repository at this point in the history
bump JLD versions
  • Loading branch information
cstjean authored May 7, 2021
2 parents cc6513a + 7a95818 commit 73c393e
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,6 +1,6 @@
name = "PyCallJLD"
uuid = "de320387-30cd-5f83-91a8-a6e0ae8b8444"
version = "0.2.0"
version = "0.2.1"

[deps]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Expand All @@ -9,7 +9,7 @@ JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
[compat]
julia = "1"
PyCall = "1.91"
JLD = "0.9, 0.10"
JLD = "0.9, 0.10, 0.11, 0.12"

[extras]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Expand Down

6 comments on commit 73c393e

@cstjean
Copy link
Collaborator Author

@cstjean cstjean commented on 73c393e May 7, 2021

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.

Error while trying to register: Action not recognized: release

@cstjean
Copy link
Collaborator Author

@cstjean cstjean commented on 73c393e May 7, 2021

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.

Error while trying to register: Action not recognized: tag

@cstjean
Copy link
Collaborator Author

@cstjean cstjean commented on 73c393e May 7, 2021

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/36260

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.1 -m "<description of version>" 73c393e47f67b625c8d37677c3b04cddac911905
git push origin v0.2.1

Please sign in to comment.