Skip to content

Commit ffc1869

Browse files
authored
Merge pull request #23 from openUC2/test1
Test1
2 parents 2f16888 + 9e21a94 commit ffc1869

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

uc2rest/__version__.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)