Skip to content

Commit

Permalink
Merge pull request #13 from AP6YC/release/v0.1.0
Browse files Browse the repository at this point in the history
Release/v0.1.0
  • Loading branch information
AP6YC committed Jul 24, 2023
2 parents 76012b1 + 3f2e7b9 commit bed1b1f
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -15,6 +15,7 @@ DocStringExtensions = "0.9"
JLD2 = "0.4"
Pkg = "1"
PyCall = "1"
julia = "1"

[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Expand Down
Binary file modified docs/src/assets/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/assets/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit bed1b1f

@AP6YC
Copy link
Owner Author

@AP6YC AP6YC commented on bed1b1f Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

This is the first release of the PyCallJLD2.jl package, implementing a basic API for saving and loading PyCall.PyObjects with JLD2 along with documentation and unit testing.

@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/88205

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>" bed1b1ff641a7b2eeb6092407e74bf86daf1e30c
git push origin v0.1.0

Please sign in to comment.