Skip to content

Commit

Permalink
Bump to v1.0.2, add Lukas as author
Browse files Browse the repository at this point in the history
  • Loading branch information
krenzland committed Mar 6, 2023
1 parent f7527c1 commit dff8a1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name = "SeisSolXDMF"
uuid = "fc3049fc-4624-4ea9-a8a9-22daae44174f"
authors = ["Maximilian Schmeller <m.schmeller@tum.de>"]
version = "1.0.1"
authors = [
"Lukas Krenz <lukas.krenz@in.tum.de>",
"Maximilian Schmeller <m.schmeller@tum.de>"]
version = "1.1.0"

This comment has been minimized.

Copy link
@krenzland

krenzland Mar 6, 2023

Author Collaborator

@JuliaRegistrator register()


[deps]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Expand Down

1 comment on commit dff8a1d

@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/79017

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 v1.1.0 -m "<description of version>" dff8a1d76fbfcb79d71eae424ff5979075c4e0e7
git push origin v1.1.0

Please sign in to comment.