diff --git a/refscrub/__init__.py b/refscrub/__init__.py index 41aa9e9d143e7571a17e3ad6b5838e2a20f2049f..4ba932794d037a30903282c596d2812e73f8f36d 100644 --- a/refscrub/__init__.py +++ b/refscrub/__init__.py @@ -4,4 +4,4 @@ __author__ = """IRIS PASSCAL""" __email__ = 'software-support@passcal.nmt.edu' -__version__ = '2018.228' +__version__ = '2020.216' diff --git a/setup.py b/setup.py index d84296f514ddb1373132ecd9d6ad31bc0ac3ba96..6a9b920ea0786ca570af145969ce23eb1bc6ecd2 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,6 @@ setup( name='refscrub', packages=find_packages(include=['refscrub']), url='https://git.passcal.nmt.edu/passoft/refscrub', - version='2018.228', + version='2020.216', zip_safe=False, )