Update version

This commit is contained in:
nanos 2024-06-28 08:50:32 +01:00
parent 80c8937a88
commit 3639878df0

View file

@ -20,7 +20,7 @@ from urllib.parse import urlparse
logger = logging.getLogger("FediFetcher") logger = logging.getLogger("FediFetcher")
robotParser = urllib.robotparser.RobotFileParser() robotParser = urllib.robotparser.RobotFileParser()
VERSION = "7.1.2" VERSION = "7.1.3"
argparser=argparse.ArgumentParser() argparser=argparse.ArgumentParser()