File: _version.py

package info (click to toggle)
python-aioazuredevops 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 1,770; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
"""
Provides aioazuredevops version information.
"""

# This file is auto-generated! Do not edit!
# Use `python -m incremental.update aioazuredevops` to change this file.

from incremental import Version

__version__ = Version("aioazuredevops", 2, 2, 0, dev=0)
__all__ = ["__version__"]