Procházet zdrojové kódy

fix missed version number bump

George C. Privon před 6 roky
rodič
revize
ad4a5087dc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      CarcassonneScore.py

+ 2 - 2
CarcassonneScore.py

@@ -2,7 +2,7 @@
 """
 Carcassonne score keeping system.
 
-Copyright 2018 George C. Privon
+Copyright 2018-2019 George C. Privon
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import argparse
 import sys
 import cgame
 
-__version__ = "0.4.2"
+__version__ = "0.4.3"
 
 def getargs():
     """