1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-11 01:10:37 +02:00

version bump to 1.21.0

This commit is contained in:
Kelly Brazil
2022-08-12 17:35:47 -07:00
parent c24c5f7985
commit 9adc66af63
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import importlib
from typing import Dict, List, Iterable, Union, Iterator
from jc import appdirs
__version__ = '1.20.5'
__version__ = '1.21.0'
parsers = [
'acpi',