diff options
-rw-r--r-- | qolab/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qolab/__init__.py b/qolab/__init__.py index e69de29..caceede 100644 --- a/qolab/__init__.py +++ b/qolab/__init__.py @@ -0,0 +1,3 @@ +""" Collection of method useful in the quantum optics lab: qolab """ +__version__ = "0.1" + |