diff --git a/AUTHORS.md b/AUTHORS.md index 39e59ea..f33600a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,3 +1,3 @@ * Abhishek Ram @abhishek-ram -* Chad Gates @chadgates +* Wassilios Lytras @chadgates * Bruno Ribeiro da Silva @loop0 \ No newline at end of file diff --git a/setup.py b/setup.py index b28be61..0863b6e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ long_description="Docs for this project are maintained at " "https://github.com/abhishek-ram/pyas2-lib/blob/" "master/README.md", - version="1.3.3", + version="1.3.4", author="Abhishek Ram", author_email="abhishek8816@gmail.com", packages=find_packages(where=".", exclude=("test*",)), diff --git a/tox.ini b/tox.ini index c1f1f9f..0b0b93b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Tox (http://tox.testrun.org/) is a tool for running tests +# Tox (https://tox.wiki) is a tool for running tests # in multiple virtualenvs. This configuration file will run the # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory.