Skip to content

Commit

Permalink
feat: 依据规范将 __version__ 改为小写
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Oct 21, 2024
1 parent 735fcd9 commit 57047e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "3.0.0a16"
__version__ = "3.0.0a16"

0 comments on commit 57047e0

Please sign in to comment.