Skip to content

Commit

Permalink
bump version "0.4.2" and TyPython "0.2.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
songjhaha committed Sep 28, 2022
1 parent bbfddd4 commit 89f1c6f
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 <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[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.1"
version = "0.4.2"
description = "Writing Python C extensions in Julia within 5 minutes."
authors = ["thautwarm <[email protected]>"]
maintainers = ["songjhaha <[email protected]>"]
Expand Down

2 comments on commit 89f1c6f

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

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.3 -m "<description of version>" 89f1c6f863c26ac372b6a29fd39b598e03d1b240
git push origin TyPython-v0.2.3

Please sign in to comment.