Merge pull request #523 from dylanmtaylor/patch-1

Update version for 2.2.0 final release
This commit is contained in:
Anton Hvornum 2021-05-27 21:08:00 +02:00 committed by GitHub
commit 4bb644bf5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from .lib.user_interaction import *
parser = ArgumentParser()
__version__ = "2.2.0.RC1"
__version__ = "2.2.0"
def initialize_arguments():