diff --git a/ATTRIBUTION.md b/ATTRIBUTION.md index f841c71..45b20da 100644 --- a/ATTRIBUTION.md +++ b/ATTRIBUTION.md @@ -33,3 +33,4 @@ OTHER DEALINGS IN THE SOFTWARE. * @killerwhile for jumping in and making some really neat additions * @duongnt for being very patient and checking the spelling in the code and in the docs * @jpobley for being willing to speak up about the software being broken +* @0nebody for writing the role/group code diff --git a/setup.py b/setup.py index fcf4427..4f90d12 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ from setuptools import setup -version = '0.0.8' +version = '0.0.9' with open('requirements.txt', 'r') as req_file, \ open('test_requirements.txt', 'r') as test_req_file, \