bumpver/src/bumpver/__init__.py

9 lines
262 B
Python
Raw Normal View History

# This file is part of the bumpver project
# https://github.com/mbarkhau/bumpver
2018-09-02 21:48:12 +02:00
#
2023-05-04 16:02:46 +00:00
# Copyright (c) 2018-2023 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
2018-09-02 21:48:12 +02:00
# SPDX-License-Identifier: MIT
2020-10-18 20:47:35 +00:00
"""BumpVer: A CLI program for versioning."""
2018-09-02 21:48:12 +02:00
2023-05-18 16:42:41 +00:00
__version__ = "2023.1124"