mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
8 lines
262 B
Python
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"
|