Skip to content

Commit

Permalink
bump version and format
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Oct 6, 2023
1 parent 5336aed commit 5269587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CategoryData"
uuid = "8fccf25a-f50e-468c-8fba-3cb130506274"
authors = ["Lukas Devos", "Jacob Bridgeman"]
version = "0.2.0"
version = "0.2.1"

[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand Down
2 changes: 1 addition & 1 deletion src/objects.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct Object{F} <: Sector where {F<:FusionRing}
end
end

function algebraic_structure(::Union{Type{Object{F}}, Object{F}}) where {F}
function algebraic_structure(::Union{Type{Object{F}},Object{F}}) where {F}
return F
end

Expand Down

2 comments on commit 5269587

@lkdvos
Copy link
Owner Author

@lkdvos lkdvos commented on 5269587 Oct 6, 2023

Choose a reason for hiding this comment

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

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

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.2.1 -m "<description of version>" 5269587683afb9de45a3548c8bdb48be5fcbf8e8
git push origin v0.2.1

Please sign in to comment.