Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Mar 6, 2020
1 parent 56cd626 commit 860f8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "MultiplesOfPi"
uuid = "b749d01f-fee9-4313-9f11-89ddf7ea9d58"
authors = ["Jishnu Bhattacharya", "Center for Space Science", "New York University Abu Dhabi"]
version = "0.1.1"
version = "0.1.2"

[compat]
julia = "1"
Expand Down
1 change: 1 addition & 0 deletions src/MultiplesOfPi.jl
Expand Up @@ -31,6 +31,7 @@ end

# Unfortunately Irrational numbers do not have a multiplicative identity of the same type,
# so we make do with something that works
# NOTE: This will be changed in the next minor release to one(::PiTimes) = true
Base.one(::Type{PiTimes{T}}) where {T} = one(T)

# Define trigonometric functions
Expand Down

2 comments on commit 860f8d2

@jishnub
Copy link
Owner Author

@jishnub jishnub commented on 860f8d2 Mar 6, 2020

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.2 -m "<description of version>" 860f8d2792053cd4f425095584f046f9af1d0809
git push origin v0.1.2

Please sign in to comment.