diff --git a/README.md b/README.md index afad8d4..d69d43c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Project/Repo: [![MIT License][license_img]][license_ref] [![Supported Python Versions][pyversions_img]][pyversions_ref] -[![CalVer v202112.1021][version_img]][version_ref] +[![CalVer v202112.1022][version_img]][version_ref] [![PyPI Version][pypi_img]][pypi_ref] [![PyPI Downloads][downloads_img]][downloads_ref] @@ -128,7 +128,7 @@ The option `min_char_width` allows you to create diagrams of a uniform scale. [downloads_img]: https://pepy.tech/badge/markdown-svgbob/month [downloads_ref]: https://pepy.tech/project/markdown-svgbob -[version_img]: https://img.shields.io/static/v1.svg?label=CalVer&message=v202112.1021&color=blue +[version_img]: https://img.shields.io/static/v1.svg?label=CalVer&message=v202112.1022&color=blue [version_ref]: https://pypi.org/project/bumpver/ [pyversions_img]: https://img.shields.io/pypi/pyversions/markdown-svgbob.svg diff --git a/bootstrapit.sh b/bootstrapit.sh index 9a4779f..0a28df0 100644 --- a/bootstrapit.sh +++ b/bootstrapit.sh @@ -34,7 +34,7 @@ MODULE_NAME="markdown_svgbob" GIT_REPO_NAMESPACE="mbarkhau" GIT_REPO_DOMAIN="gitlab.com" -PACKAGE_VERSION="v202112.1021" +PACKAGE_VERSION="v202112.1022" # These must be valid (space separated) conda package names. # A separate conda environment will be created for each of these. diff --git a/setup.cfg b/setup.cfg index 402207a..6035d7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -89,7 +89,7 @@ addopts = --doctest-modules [bumpver] -current_version = v202112.1021 +current_version = v202112.1022 version_pattern = "vYYYY0M.BUILD[-TAG]" commit = True tag = True diff --git a/setup.py b/setup.py index b41c537..172c794 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def read(*sub_paths): author="Manuel Barkhau", author_email="mbarkhau@gmail.com", url="https://github.com/mbarkhau/markdown-svgbob", - version="202112.1021", + version="202112.1022", keywords="markdown svgbob extension", description="svgbob extension for Python Markdown", long_description=long_description, diff --git a/src/markdown_svgbob/__init__.py b/src/markdown_svgbob/__init__.py index 5795e3b..3d715e1 100644 --- a/src/markdown_svgbob/__init__.py +++ b/src/markdown_svgbob/__init__.py @@ -10,7 +10,7 @@ diagrams in fenced code blocks. """ -__version__ = "v202112.1021" +__version__ = "v202112.1022" from markdown_svgbob.wrapper import text2svg