bumpver/src/bumpver/__init__.py
2023-05-18 16:42:41 +00:00

8 lines
262 B
Python

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