bumpver/src/bumpver/__init__.py
2022-12-02 00:43:56 +00:00

8 lines
262 B
Python

# This file is part of the bumpver project
# https://github.com/mbarkhau/bumpver
#
# Copyright (c) 2018-2022 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
# SPDX-License-Identifier: MIT
"""BumpVer: A CLI program for versioning."""
__version__ = "2022.1120"