nominal-api 0.510.0__py3-none-any.whl → 0.511.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
nominal_api/__init__.py CHANGED
@@ -56,6 +56,7 @@ __all__ = [
56
56
  'storage_datasource_api',
57
57
  'storage_series_api',
58
58
  'storage_writer_api',
59
+ 'themes_api',
59
60
  'timeseries_archetype',
60
61
  'timeseries_archetype_api',
61
62
  'timeseries_logicalseries',
@@ -67,5 +68,5 @@ __all__ = [
67
68
 
68
69
  __conjure_generator_version__ = "4.9.0"
69
70
 
70
- __version__ = "0.510.0"
71
+ __version__ = "0.511.0"
71
72