diff --git a/satnogsclient/config.py b/satnogsclient/config.py
index 64efb5ac3587458ab8e30906585edf5f5190c862..ba90484c9d08df8a6b401760c7cc7e250e02cffe 100644
--- a/satnogsclient/config.py
+++ b/satnogsclient/config.py
@@ -1,3 +1,3 @@
 AUTHOR = "SatNOGS project"
 EMAIL = "dev@satnogs.org"
-VERSION = "0.6"
+VERSION = "0.6.1"
diff --git a/setup.py b/setup.py
index ca46ea6844970817947ac9e504c0c931b755f765..1e65a98f23526ae17b24b5bc203f2ef75e4b0741 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import find_packages, setup
 
 setup(
     name='satnogsclient',
-    version='0.6',
+    version='0.6.1',
     url='https://gitlab.com/librespacefoundation/satnogs/satnogs-client',
     author='SatNOGS project',
     author_email='dev@satnogs.org',