From 2b689e1981a54b0a4d315624f055ffd1df4e18b9 Mon Sep 17 00:00:00 2001 From: Russell Hay Date: Fri, 28 Oct 2016 11:40:55 -0700 Subject: [PATCH 1/2] Adding CONTRIBUTORS file --- CONTRIBUTORS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 000000000..c97e9301d --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,16 @@ +This project wouldn't be possible without our amazing contributors. + +The following people have contributed to this project to make it possible, and we thank them for their contributions! + +## Contributors + +* [geordielad](https://github.com/geordielad) +* [kovner](https://github.com/kovner) + + +## Core Team + +* [shinchris](https://github.com/shinchris) +* [lgraber](https://github.com/lgraber) +* [t8y8](https://github.com/t8y8) +* [RussTheAerialist](https://github.com/RussTheAerialist) From 0432c72b05bde5481e65ba503d3e0fdd5e3465f5 Mon Sep 17 00:00:00 2001 From: Russell Hay Date: Fri, 28 Oct 2016 11:41:05 -0700 Subject: [PATCH 2/2] revving version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7487acdf3..e4214aa70 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='tableauserverclient', - version='0.2.dev0', + version='0.2', author='Tableau', author_email='github@tableau.com', url='https://github.com/tableau/server-client-python',