Skip to content

Commit

Permalink
release with 3D classification
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed Oct 10, 2022
1 parent 7bb8e14 commit bfae7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VortexDistributions"
uuid = "b688e990-d167-11e8-1f13-43a2532b2fa8"
authors = ["Ashton Bradley <[email protected]>"]
version = "0.3.1"
version = "0.3.2"

[deps]
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
Expand Down

2 comments on commit bfae7bb

@AshtonSBradley
Copy link
Owner Author

@AshtonSBradley AshtonSBradley commented on bfae7bb Oct 10, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • 3D detection using fast 2D slice detection
  • 3D classification

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

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.3.2 -m "<description of version>" bfae7bb62adc5a61bf32b9c2812c78fcc9d73a9d
git push origin v0.3.2

Please sign in to comment.