diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..cba87e1 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +# Contributors + +- Pablo Moreno [@pablo-moreno](https://github.com/pablo-moreno) +- José Luis Garrido [@kalanda](https://github.com/kalanda) +- Carlos Alarcón [@jchuerva](https://github.com/jchuerva) diff --git a/LICENSE b/LICENSE index 67c79e8..7d9c2d1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Pablo Moreno +Copyright (c) 2019 Pablo Moreno Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index b96bf94..2c11daa 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.4', + version='0.1.5', description=description, long_description=long_description,