diff --git a/setup.py b/setup.py index feb669f4..c90a6bfd 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.6", + version="2.2.0", # The packages that constitute your project. # For my project, I have only one - "pydash".