Skip to content

Commit b28483c

Browse files
authoredMay 20, 2021
Update Project.toml
1 parent f1fdedf commit b28483c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "Kinetic"
22
uuid = "82403725-3cee-4f7c-b214-1ce71af4a797"
33
authors = ["Tianbai Xiao <tianbaixiao@gmail.com>"]
4-
version = "0.7.3"
4+
version = "0.7.4"
55

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

1111
[compat]
12-
KitBase = "0.5"
12+
KitBase = "0.6"
1313
KitML = "0.3"
1414
Reexport = "0.2, 1.0"
1515
julia = "^1"

2 commit comments

Comments
 (2)

vavrines commented on May 20, 2021

@vavrines
OwnerAuthor

JuliaRegistrator commented on May 20, 2021

@JuliaRegistrator

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.