diff --git a/deprecat/__init__.py b/deprecat/__init__.py index 91b2b3e..9d14316 100644 --- a/deprecat/__init__.py +++ b/deprecat/__init__.py @@ -6,8 +6,8 @@ """ -__version__ = "2.1.2" -__author__ = u"Meenal Jhajharia and contributors" -__credits__ = "(c) Meenal Jhajharia and contributors" +__version__ = "2.1.3" +__author__ = u"Meenal Jhajharia , Paul Haesler and contributors" +__credits__ = "(c) Meenal Jhajharia, Paul Haesler, and contributors" from deprecat.classic import deprecat diff --git a/setup.py b/setup.py index 0e2a0f2..ba2a621 100755 --- a/setup.py +++ b/setup.py @@ -5,9 +5,9 @@ setup( name='deprecat', - version='2.1.1', + version='2.1.3', url='https://github.com/mjhajharia/deprecat', - download_url='https://github.com/mjhajharia/deprecat/archive/refs/tags/v2.1.1.tar.gz', + download_url='https://github.com/mjhajharia/deprecat/archive/refs/tags/v2.1.3.tar.gz', license='MIT', author='Meenal Jhajharia', author_email='meenal@mjhajharia.com',