Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
adapt KitBase v0.8
  • Loading branch information
vavrines authored Jan 14, 2022
1 parent 6e1dda0 commit 271eb80
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,15 +1,15 @@
name = "Kinetic"
uuid = "82403725-3cee-4f7c-b214-1ce71af4a797"
authors = ["Tianbai Xiao <tianbaixiao@gmail.com>"]
version = "0.7.7"
version = "0.7.8"

[deps]
KitBase = "86eed249-3a28-466f-8d3a-596821e1af9a"
KitML = "b2531deb-9288-45c6-8f4a-0220551da45d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
KitBase = "0.7"
KitBase = "0.7, 0.8"
KitML = "0.4"
Reexport = "^1"
julia = "^1"
Expand Down

2 comments on commit 271eb80

@vavrines
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/52383

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.7.8 -m "<description of version>" 271eb8052476052574333253c7d4f662932bde16
git push origin v0.7.8

Please sign in to comment.