We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f16888 + 9e21a94 commit ffc1869Copy full SHA for ffc1869
1 file changed
uc2rest/__version__.py
@@ -0,0 +1,17 @@
1
+"""
2
+__version__.py
3
+~~~~~~~~~~~~~~
4
+
5
6
7
+__title__ = 'UC2 REST'
8
+__description__ = 'This pacage will help you to drive the ESP32-driven microscopy control modules from UC2'
9
+<<<<<<< Updated upstream
10
+__version__ = '0.1.0.13'
11
+=======
12
+__version__ = 'develop'
13
+>>>>>>> Stashed changes
14
+__author__ = 'Benedict Diederich'
15
+__author_email__ = 'benedictdied@gmail.com'
16
+__license__ = 'GPL v3'
17
+__url__ = 'https://github.com/openUC2/UC2-REST'
0 commit comments