diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-20 22:52:07 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-20 22:52:07 -0400 |
commit | 894638a9d6285f19cee42281880c8decce41c11b (patch) | |
tree | 92d5db6deeb2e4771dd21db770dffbfc9efc27e2 /qolab | |
parent | 9e9bde6c54fec0a3143be2062453611d3ad955e7 (diff) | |
parent | 5f464ebc49e5703f74de98a3f0cc8dbaed3502d6 (diff) | |
download | qolab-894638a9d6285f19cee42281880c8decce41c11b.tar.gz qolab-894638a9d6285f19cee42281880c8decce41c11b.zip |
Merge branch 'master' into gzip
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 b250110..6dfc767 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.12" +__version__ = "0.13" |