update version number

This commit is contained in:
nanos 2024-06-25 16:36:01 +01:00
parent 01a2719918
commit 3651d028a6

View file

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