chore: bump v.0.9.8

This commit is contained in:
relikd
2022-12-20 02:51:44 +01:00
parent 3139b5205a
commit 1e5bfe81ae
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
dist: setup.py lektor_groupby/* dist: setup.py lektor_groupby/*
[ -z "$${VIRTUAL_ENV}" ] # you can not do this inside a virtual environment.
@echo Building... @echo Building...
python3 setup.py sdist bdist_wheel python3 setup.py sdist bdist_wheel
rm -rf ./*.egg-info/ ./build/ MANIFEST rm -rf ./*.egg-info/ ./build/ MANIFEST

View File

@@ -2,4 +2,4 @@
name = GroupBy Examples name = GroupBy Examples
[packages] [packages]
lektor-groupby = 0.9.7 lektor-groupby = 0.9.8

View File

@@ -13,7 +13,7 @@ setup(
}, },
author='relikd', author='relikd',
url='https://github.com/relikd/lektor-groupby-plugin', url='https://github.com/relikd/lektor-groupby-plugin',
version='0.9.7', version='0.9.8',
description='Cluster arbitrary records with field attribute keyword.', description='Cluster arbitrary records with field attribute keyword.',
long_description=longdesc, long_description=longdesc,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",