Skip to content

Commit

Permalink
bump minor version of BaseInterfaces to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Nov 3, 2023
1 parent 1a07751 commit 1ac3367
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 <rafaelschouten@gmail.com>"]
version = "0.2.0"
version = "0.3.0"

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

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

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

2 comments on commit 1ac3367

@rafaqz
Copy link
Owner Author

@rafaqz rafaqz commented on 1ac3367 Nov 4, 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/94759

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>" 1ac336756fd6e84614532a830e720eabee3eb71d
git push origin v0.3.0

Please sign in to comment.