bumpver/src/pycalver2/__init__.py

9 lines
269 B
Python
Raw Normal View History

2018-09-02 21:48:12 +02:00
# This file is part of the pycalver project
2020-09-06 20:20:36 +00:00
# https://github.com/mbarkhau/pycalver
2018-09-02 21:48:12 +02:00
#
2020-09-06 20:20:36 +00:00
# Copyright (c) 2018-2020 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
2018-09-02 21:48:12 +02:00
# SPDX-License-Identifier: MIT
2019-02-14 23:19:18 +01:00
"""PyCalVer: CalVer for Python Packages."""
2018-09-02 21:48:12 +02:00
2020-10-14 22:17:18 +00:00
__version__ = "v2020.1041-beta"