hotfix 2
This commit is contained in:
parent
3be0715b43
commit
126125c377
2
setup.py
2
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".
|
||||
|
@ -90,6 +90,8 @@ def process_args():
|
||||
VERSIONING = args.versioning
|
||||
if args.sync:
|
||||
SYNC = True
|
||||
else:
|
||||
SYNC = False
|
||||
|
||||
def sync_catalog():
|
||||
if SYNC:
|
||||
|
Loading…
Reference in New Issue
Block a user