diff --git a/hbmqtt/__init__.py b/hbmqtt/__init__.py
index ac352675..388f2595 100644
--- a/hbmqtt/__init__.py
+++ b/hbmqtt/__init__.py
@@ -2,4 +2,4 @@
 #
 # See the file license.txt for copying permission.
 
-VERSION = (0, 9, 7, 'alpha', 0)
+VERSION = (0, 10, 0)
diff --git a/setup.py b/setup.py
index 3d5baccb..70db11b1 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
 from hbmqtt.version import get_version
 
 setup(
-    name="hbmqtt",
+    name="amqtt",
     version=get_version(),
     description="MQTT client/broker using Python asyncio",
     author="Nicolas Jouanin",