bumpver/src/pycalver/__init__.py
2019-02-22 11:05:18 +01:00

8 lines
261 B
Python

# This file is part of the pycalver project
# https://gitlab.com/mbarkhau/pycalver
#
# Copyright (c) 2019 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
# SPDX-License-Identifier: MIT
"""PyCalVer: CalVer for Python Packages."""
__version__ = "v201902.0026"