Skip to content

Commit 0a469cb

Browse files
committed
1.7.4
1 parent 0a70e3b commit 0a469cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kui/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 7, 3)
1+
VERSION = (1, 7, 4)
22

33
__version__ = ".".join(map(str, VERSION))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kui"
3-
version = "1.7.3"
3+
version = "1.7.4"
44
description = "An easy-to-use web framework."
55
authors = [{ name = "abersheeran", email = "me@abersheeran.com" }]
66
dependencies = [

0 commit comments

Comments
 (0)