mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
8 lines
287 B
Python
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"
|