Skip to content

Commit ed000b8

Browse files
committed
docs: update comments for clarity
1 parent 514560d commit ed000b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
1515
예를 들어, 버전 0.1.0에서 0.1.1로 업그레이드하면:
1616
- MAJOR는 변경되지 않습니다.
17-
- MINOR는 1로 증가합니다.
18-
- PATCH는 0으로 증가합니다.
17+
- MINOR는 변경되지 않습니다.
18+
- PATCH는 1로 증가합니다.
1919
"""
2020

2121
__version__ = "0.1.9"

0 commit comments

Comments
 (0)