Skip to content

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Mar 29, 2024
1 parent 368614e commit 3589997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kui/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 7, 2)
VERSION = (1, 7, 3)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kui"
version = "1.7.2"
version = "1.7.3"
description = "An easy-to-use web framework."
authors = [{ name = "abersheeran", email = "me@abersheeran.com" }]
dependencies = [
Expand Down

0 comments on commit 3589997

Please sign in to comment.