Update version number

This commit is contained in:
Michael 2024-08-15 07:33:23 +01:00 committed by GitHub
parent 8d5d9711da
commit df22348eb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ import hashlib
logger = logging.getLogger("FediFetcher") logger = logging.getLogger("FediFetcher")
robotParser = urllib.robotparser.RobotFileParser() robotParser = urllib.robotparser.RobotFileParser()
VERSION = "7.1.3" VERSION = "7.1.6"
argparser=argparse.ArgumentParser() argparser=argparse.ArgumentParser()