Quellcode durchsuchen

fix missed version number bump

George C. Privon vor 6 Jahren
Ursprung
Commit
ad4a5087dc
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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():
     """