Skip to content

Commit 746033b

Browse files
authoredFeb 12, 2025
Update Project.toml: bump 1.0.6
1 parent faf6094 commit 746033b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "PythonPlot"
22
uuid = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
3-
version = "1.0.5"
3+
version = "1.0.6"
44

55
[deps]
66
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

2 commit comments

Comments
 (2)

stevengj commented on Feb 12, 2025

@stevengj
MemberAuthor

JuliaRegistrator commented on Feb 12, 2025

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/124940

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 v1.0.6 -m "<description of version>" 746033b65637bd42fddbc09fb63ab1755db4a7a8
git push origin v1.0.6
Please sign in to comment.