Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed May 9, 2022
1 parent ed3f494 commit b91f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogarithmicNumbers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Provides the signed [`Logarithmic`](@ref) and unsigned [`ULogarithmic`](@ref) ty
"""
module LogarithmicNumbers

using Requires, Random
using Random

export ULogarithmic, ULogFloat16, ULogFloat32, ULogFloat64
export Logarithmic, LogFloat16, LogFloat32, LogFloat64
Expand Down

2 comments on commit b91f762

@cjdoris
Copy link
Owner

@cjdoris cjdoris commented on b91f762 May 9, 2022

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/59958

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 v1.2.0 -m "<description of version>" b91f7623c960e4cca05ad7f60d4b2151e632daa3
git push origin v1.2.0

Please sign in to comment.