diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2022-06-14 16:20:53 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2022-06-14 16:20:53 -0400 |
commit | 4f8f9282c83254f3f81329cbe100f58970276e99 (patch) | |
tree | e531e458419a664b2c4870fcef2be06e66e92fea /qolab | |
parent | ce7d347281fd14770963e536662682fd382cbec1 (diff) | |
download | qolab-4f8f9282c83254f3f81329cbe100f58970276e99.tar.gz qolab-4f8f9282c83254f3f81329cbe100f58970276e99.zip |
bumping version up since there are some windows improvements
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 9c704ae..34f217f 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.3" +__version__ = "0.4" |