Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax authored May 12, 2023
1 parent 6ecb0f2 commit 7e5a0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1"
version = "0.1.2"

[deps]
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
Expand All @@ -22,4 +22,4 @@ julia = "1.6"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"

[targets]
test = ["SafeTestsets"]
test = ["SafeTestsets"]

2 comments on commit 7e5a0ec

@xtalax
Copy link
Member Author

@xtalax xtalax commented on 7e5a0ec May 12, 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/83474

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.2 -m "<description of version>" 7e5a0ec4873352d81d30771edf9c4d10ce950987
git push origin v0.1.2

Please sign in to comment.