diff --git a/setup.py b/setup.py index 75a764cd..0a307d4e 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.0.1", + version="2.0.2", # 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 14ccce14..212235d8 100644 --- a/trueupdate/__init__.py +++ b/trueupdate/__init__.py @@ -90,6 +90,8 @@ def process_args(): VERSIONING = args.versioning if args.sync: SYNC = True + else: + SYNC = False def sync_catalog(): if SYNC: