diff --git a/README.md b/README.md
index 445ea5a1f9f20e1d9a3d530c4453c562062886b0..75baf9714da1d2c116d843280c391f4ca5b20fe6 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ It even comes with an integrated Chapman Enskog analysis based on sympy!
 
 Common test scenarios can be set up quickly:
 ```python
+from lbmpy.scenarios import create_channel
 ch = create_channel(domain_size=(300,100, 100), force=1e-7, method="trt",
                     equilibrium_order=2, compressible=True,
                     relaxation_rates=[1.97, 1.6], optimization={'target': 'gpu'})
diff --git a/RELEASE-VERSION b/RELEASE-VERSION
deleted file mode 100644
index 0c1aded5b6b377493d13dd981e13308574f06dce..0000000000000000000000000000000000000000
--- a/RELEASE-VERSION
+++ /dev/null
@@ -1 +0,0 @@
-0.2.12.dev4+729b9d0110
\ No newline at end of file