Skip to content

Commit

Permalink
Bump version and add Michael as an author
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoerenm authored Dec 9, 2021
1 parent 076eb83 commit 12e8947
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name = "Tracking"
uuid = "10b2438b-ffd4-5096-aa58-44041d5c8f3b"
authors = ["Soeren Zorn <[email protected]>"]
version = "0.14.8"
authors = ["Soeren Schoenbrod <[email protected]>",
"Michael Niestroj <[email protected]>"]
version = "0.14.9"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down

2 comments on commit 12e8947

@zsoerenm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

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

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.14.9 -m "<description of version>" 12e894722eab50cb9628104e9dc3da7f44f4dc0b
git push origin v0.14.9

Please sign in to comment.