Sfoglia il codice sorgente

add a version number

George C. Privon 8 anni fa
parent
commit
36c973b944
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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.