o
    tf0                     @  s   d Z ddlmZ ddlZddlmZ edpdZedejZ	e	
e Zedd	 eed
 eed eed ed ed fD ZdS )z%The version information for nbformat.    )annotationsN)versionZnbformatz0.0.0zy
  (?P<major>\d+)
  \.
  (?P<minor>\d+)
  \.
  (?P<patch>\d+)
  (?P<pre>((a|b|rc)\d+))?
  (\.
    (?P<dev>dev\d*)
  )?
  c                 c  s    | ]	}|d ur|V  qd S )N ).0fieldr   r   Z/var/www/html/software/conda/envs/catlas/lib/python3.10/site-packages/nbformat/_version.py	<genexpr>   s    r   majorminorpatchpredev)__doc__
__future__r   reimportlib.metadatar   __version__compileVERBOSEZ_version_regexmatch	groupdictZ_version_fieldstupleintversion_infor   r   r   r   <module>   s$    


