omassot 6 년 전
부모
커밋
de0731fffc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/constants.py

+ 1 - 1
core/constants.py

@@ -6,7 +6,7 @@
 '''
 from path import Path
 
-VERSION = "0.8.4"
+VERSION = "0.9.0"
 
 MAIN = Path(__file__).parent.parent.abspath()