a
    -gh                     @   s0   d dl mZ e d Z[d dlmZ dd ZdS )   )get_versionsversion)__frontend_version__c                  C   s   ddl m}  | tjS )z
    Get the stable portion of the semantic version string (the first three
    numbers), without any of the trailing labels

    '3.0.0rc11' -> '3.0.0'
        Version)Zpackaging.versionr   __version__base_versionr    r
   ^/mounts/lovelace/software/anaconda3/envs/metaDMG/lib/python3.9/site-packages/plotly/version.pystable_semver	   s    r   N)_versionr   r   Z_widget_versionr   r   r
   r
   r
   r   <module>   s   
