Skip to content

Commit

Permalink
bump BaseInterfaces.jl minor version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Nov 2, 2023
1 parent 22347d5 commit e02482d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BaseInterfaces/Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "BaseInterfaces"
uuid = "0b829d9d-522b-4e79-acc1-14feb8e2795d"
authors = ["Rafael Schouten <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[deps]
Interfaces = "85a1e053-f937-4924-92a5-1367d23b7b87"

[compat]
julia = "1.6"
Interfaces = "0.1"
Interfaces = "0.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit e02482d

@rafaqz
Copy link
Owner Author

@rafaqz rafaqz commented on e02482d Nov 2, 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/94622

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

Please sign in to comment.