Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines authored May 20, 2021
1 parent f1fdedf commit b28483c
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.3"
version = "0.7.4"

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

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

2 comments on commit b28483c

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

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.4 -m "<description of version>" b28483c4e3bf62be70ca3abb26638478f2677118
git push origin v0.7.4

Please sign in to comment.