bumpver/src/pycalver/__init__.py
2018-11-11 15:46:00 +01:00

8 lines
278 B
Python

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