Skip to content

Commit

Permalink
Update KitBase compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines authored Aug 23, 2021
1 parent 40ecf66 commit 811914f
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.6"
version = "0.7.7"

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

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

2 comments on commit 811914f

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

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.7 -m "<description of version>" 811914fd40c424045920f803c3b559a437d1dd79
git push origin v0.7.7

Please sign in to comment.