diff options
Diffstat (limited to 'qolab')
-rw-r--r-- | qolab/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/__init__.py b/qolab/__init__.py index caceede..fa210af 100644 --- a/qolab/__init__.py +++ b/qolab/__init__.py @@ -1,3 +1,3 @@ """ Collection of method useful in the quantum optics lab: qolab """ -__version__ = "0.1" +__version__ = "0.2" |