Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 4, 2021
1 parent a3fc256 commit a76c160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
8 changes: 1 addition & 7 deletions src/IBMQClient.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ include("rest.jl")
include("adapters.jl")

include("ibmq.jl")
# include("account.jl")

@static if VERSION > v"1.6-"
include("menu.jl")
else
include("menu.old.jl")
end
include("menu.jl")

end
40 changes: 0 additions & 40 deletions src/menu.old.jl

This file was deleted.

2 comments on commit a76c160

@Roger-luo
Copy link
Member Author

Choose a reason for hiding this comment

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

Released via Ion CLI
@JuliaRegistrator register

@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 updated: JuliaRegistries/General/36009

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.0 -m "<description of version>" a76c160370833aa67c4ad9eea0968376e43c38bc
git push origin v0.3.0

Please sign in to comment.