diff --git a/setup.py b/setup.py index 9cc92b6..94bc52d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ocs-ingester', - version='3.0.6', + version='3.1.0', description='Ingest frames into the science archive of an observatory control system', long_description=long_description, long_description_content_type='text/markdown', @@ -22,9 +22,7 @@ 'astropy', 'requests', 'boto3', - # 'ocs_archive==0.3.0', - # install ocs_archive from the local directory - # 'ocs_archive @ file://localhost/Users/mdaily/Documents/ocs_archive', + 'ocs_archive==0.4.0', 'python-dateutil', 'lcogt-logging', 'opentsdb-python-metrics>=0.2.0'