Skip to content

Commit

Permalink
Add coolest version in json template
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed Jun 18, 2024
1 parent 08e5b26 commit fdf5f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coolest/template/standard.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
__author__ = 'aymgal'


import coolest
from coolest.template.classes.base import APIBaseObject
from coolest.template.classes.observation import Observation
from coolest.template.classes.instrument import Instrument
Expand Down Expand Up @@ -111,6 +112,7 @@ def __init__(self,
if metadata is None:
metadata = {}
self.meta = metadata
self.meta['coolest.__version__'] = coolest.__version__

@property
def exclude_keys(self):
Expand Down

0 comments on commit fdf5f1b

Please sign in to comment.