Skip to content

Commit

Permalink
version inc (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Thummerer <[email protected]>
  • Loading branch information
ThummeTo and Tobias Thummerer authored Feb 12, 2025
1 parent 5dd53c0 commit ce4e99b
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 = "FMIImport"
uuid = "9fcbc62e-52a0-44e9-a616-1359a0008194"
authors = ["TT <[email protected]>", "LM <[email protected]>", "JK <[email protected]>"]
version = "1.0.9"
version = "1.0.10"

[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand All @@ -17,7 +17,7 @@ FMIZooExt = ["FMIZoo"]

[compat]
Downloads = "1"
FMIBase = "1.0.8"
FMIBase = "1.1.0"
Libdl = "1"
RelocatableFolders = "1"
julia = "1.6"

2 comments on commit ce4e99b

@ThummeTo
Copy link
Owner Author

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/124885

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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

Please sign in to comment.