bumpver/src/pycalver/__init__.py

9 lines
278 B
Python
Raw Normal View History

2018-09-02 21:48:12 +02:00
# This file is part of the pycalver project
2018-11-04 21:34:53 +01:00
# https://gitlab.com/mbarkhau/pycalver
2018-09-02 21:48:12 +02:00
#
2018-11-04 21:34:53 +01:00
# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License
2018-09-02 21:48:12 +02:00
# SPDX-License-Identifier: MIT
2018-11-06 21:45:33 +01:00
"""PyCalVer: Automatic CalVer Versioning for Python Packages."""
2018-09-02 21:48:12 +02:00
2018-11-11 15:49:14 +01:00
__version__ = "v201811.0006-beta"