Skip to content

Commit

Permalink
Bump version "0.3.0" (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
songjhaha committed Sep 9, 2022
1 parent f32c7c1 commit 4872893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TyPython/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TyPython"
uuid = "9c4566a2-237d-4c69-9a5e-9d27b7d0881b"
authors = ["thautwarm <twshere@outlook.com>"]
version = "0.1.0"
version = "0.3.0"

[deps]
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "julia-numpy"
version = "0.2.0"
version = "0.3.0"
description = "Writing Python C extensions in Julia within 5 minutes."
authors = ["thautwarm <twshere@outlook.com>"]
maintainers = ["songjhaha <songjh96@foxmail.com>"]
Expand Down

2 comments on commit 4872893

@songjhaha
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 register subdir=TyPython

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

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 TyPython-v0.3.0 -m "<description of version>" 4872893ce86cd3a1e87958140463b75ae514ec95
git push origin TyPython-v0.3.0

Also, note the warning: Version 0.3.0 skips over 0.2.0
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.