Add author and update version in setup.py

Issue: HIC-230
Change-Id: Ic85f9d2b5fa619645b5e0a00a2dc6032287cdcd9
diff --git a/setup.py b/setup.py
index 5bf5bcb..80524a4 100755
--- a/setup.py
+++ b/setup.py
@@ -8,10 +8,11 @@
 
 setup(
     name="hiccup",
-    version="1.0",
+    version="1.0.1",
     description="Hiccup crash reporting server",
     long_description=LONG_DESCRIPTION,
     long_description_content_type="text/markdown",
+    author="Fairphone B.V.",
     packages=find_packages(),
     python_requires="==3.6.*",
     install_requires=[