Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Sep 9, 2021
1 parent ff617c0 commit 1cdb075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mingshe/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 3, 0)
VERSION = (0, 4, 0)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = ""
license = "Apache-2.0"
name = "mingshe"
readme = "README.md"
version = "0.3.0"
version = "0.4.0"

homepage = "https://github.com/abersheeran/mingshe"
repository = "https://github.com/abersheeran/mingshe"
Expand Down

0 comments on commit 1cdb075

Please sign in to comment.