Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax authored Jul 19, 2023
1 parent 52b3c42 commit e0f1e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PDEBase"
uuid = "a7812802-0625-4b9e-961c-d332478797e5"
authors = ["xtalax <[email protected]>"]
version = "0.1.3"
version = "0.1.4"

[deps]
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
Expand Down

2 comments on commit e0f1e09

@xtalax
Copy link
Member Author

@xtalax xtalax commented on e0f1e09 Jul 19, 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/87819

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.1.4 -m "<description of version>" e0f1e09578955841953c0daa0a6e4c900a8000ce
git push origin v0.1.4

Please sign in to comment.