bumpver/src/pycalver/__init__.py
2018-12-22 00:37:35 +01:00

8 lines
287 B
Python

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