diff --git a/setup.py b/setup.py index 4f649a31..41977213 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ README_MD = open(join(dirname(abspath(__file__)), "README.md")).read() setup( name="trueupdate", - version="2.1.2", + version="2.1.3", # The packages that constitute your project. # For my project, I have only one - "pydash". diff --git a/trueupdate/__init__.py b/trueupdate/__init__.py index a4f63896..a402b9ff 100644 --- a/trueupdate/__init__.py +++ b/trueupdate/__init__.py @@ -79,7 +79,7 @@ def fetch_charts(): def process_args(): global CATALOG - global SEMVER + global VERSIONING global SYNC global PRUNE parser = argparse.ArgumentParser(description='Update TrueNAS SCALE Apps')