aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--qolab/__init__.py2
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index f0e7cce..58d0c53 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# qolab
-Collection of function and classes to run experimental hardware
-and data analysis with python.
+Classes and functions useful for the quantum optics lab: qolab.
+
+Designed to run experimental hardware and data analysis with python.
The package `qolab` was started in April 2021 by Eugeniy E. Mikhailov
within Quantum Optics Lab (QOLab), which explains it name.
diff --git a/qolab/__init__.py b/qolab/__init__.py
index 1fc1f39..2a4e1f6 100644
--- a/qolab/__init__.py
+++ b/qolab/__init__.py
@@ -1,2 +1,2 @@
-""" Collection of method useful in the quantum optics lab: qolab """
+""" Classes and functions useful for the quantum optics lab: qolab """
__version__ = "0.16"