bump version to v201811.0003-beta

This commit is contained in:
Manuel Barkhau 2018-11-11 15:44:48 +01:00
parent 14efa15c97
commit d6b7c6e9dc
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ addopts = --doctest-modules
[pycalver]
current_version = v201809.0002-beta
current_version = v201811.0003-beta
commit = True
tag = True

View file

@ -41,7 +41,7 @@ setuptools.setup(
author="Manuel Barkhau",
author_email="@mbarkhau",
url="https://gitlab.com/mbarkhau/pycalver",
version="201809.2b0",
version="201811.3b0",
keywords="version versioning bumpversion calver",
description="CalVer versioning for python libraries.",

View file

@ -5,4 +5,4 @@
# SPDX-License-Identifier: MIT
"""PyCalVer: Automatic CalVer Versioning for Python Packages."""
__version__ = "v201809.0002-beta"
__version__ = "v201811.0003-beta"