From 19bee043fca79f5d14d31fc58b17785a1abdfdd8 Mon Sep 17 00:00:00 2001 From: relikd Date: Tue, 20 Dec 2022 02:50:33 +0100 Subject: [PATCH] chore: bump to v0.9.2 --- Makefile | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52fe468..ef50bc6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ dist: setup.py lektor_inlinetags.py + [ -z "$${VIRTUAL_ENV}" ] # you can not do this inside a virtual environment. @echo Building... python3 setup.py sdist bdist_wheel rm -rf ./*.egg-info/ ./build/ MANIFEST diff --git a/setup.py b/setup.py index 21e078d..9b642c0 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( }, author='relikd', url='https://github.com/relikd/lektor-inlinetags-plugin', - version='0.9.1', + version='0.9.2', description='Auto-detect and reference tags inside written text.', long_description=longdesc, long_description_content_type="text/markdown",