Skip to content

Commit

Permalink
bump version jnumpy 0.4.9 and TyPython 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
songjhaha committed Oct 19, 2023
1 parent 1123af4 commit 337a390
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.2.5"
version = "0.2.6"

[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.4.8"
version = "0.4.9"
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 337a390

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

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.2.6 -m "<description of version>" 337a390f698e0992ed2a5ea4f277edeea893ca93
git push origin TyPython-v0.2.6

Please sign in to comment.