This avoids problems with testing against the wrong package version
new file mode 100644
@@ -0,0 +1,5 @@
+"""A simple package for simulating quantum circuits."""
+
+__version__ = "0.1.0.dev0"
+from qsim import state, gate, measurement