bumpver/src/pycalver/__init__.py

12 lines
254 B
Python
Raw Normal View History

2018-09-02 21:48:12 +02:00
# This file is part of the pycalver project
# https://github.com/mbarkhau/pycalver
#
# (C) 2018 Manuel Barkhau (@mbarkhau)
# SPDX-License-Identifier: MIT
import os
__version__ = "v201809.0001-beta"
DEBUG = os.environ.get("PYCALVER_DEBUG", "0") == "1"