diff --git a/README.rst b/README.rst
index 53eb488c06768391750bc5d1b1dcf23f71410f1e..2c0b8a0a1de7b12c48e19e85c0c27efcb91ddba5 100644
--- a/README.rst
+++ b/README.rst
@@ -27,5 +27,8 @@ The plugin re-uses the configuration used by `pytest-django`_.
 Limitations
 -----------
 
+Right now, this plugin can only reconfigure the `default` database.
+
+
 .. _testing.postgresql: https://pypi.org/project/testing.postgresql/
 .. _pytest-django: https://pypi.org/project/pytest-django/
diff --git a/setup.py b/setup.py
index cae327934c08fe70088e8c6a682c12d7db771281..77e0d3c58657cb9c79d450e5975c044b6c0b8c66 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open(path.join(this_directory, 'README.rst'), encoding='utf-8') as f:
 
 setup(
     name="pytest-django-testing-postgresql",
-    version='0.1',
+    version='0.1.post0',
     description='Use a temporary PostgreSQL database with pytest-django',
     long_description=long_description,
     author='Dominik George',