Skip to content

Commit eb9e177

Browse files
Merge pull request #99 from KeckObservatory/dev
Merge dev in to master
2 parents f0019dc + 19b2104 commit eb9e177

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: KRO
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.7
5+
- python>=3.7
66
- pyyaml
77
- requests
88
- packaging

keck_vnc_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
## Module vars
31-
__version__ = '2.0.10'
31+
__version__ = '2.0.11'
3232
supportEmail = 'remote-observing@keck.hawaii.edu'
3333
KRO_API = 'https://www2.keck.hawaii.edu/inst/kroApi.php'
3434
SESSION_NAMES = ('control0', 'control1', 'control2',

0 commit comments

Comments
 (0)