소스 검색

add a version number

George C. Privon 8 년 전
부모
커밋
36c973b944
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      CarcassonneScore.py

+ 2 - 0
CarcassonneScore.py

@@ -22,6 +22,8 @@ import argparse
 import sys
 import cgame
 
+__version__ = "0.1.0"
+
 def getargs():
     """
     Get command line arguments.