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

version bump

This commit is contained in:
Kelly Brazil
2024-01-29 14:30:26 -08:00
parent ec0f2569e5
commit 6ba6dc0374
2 changed files with 2 additions and 2 deletions

View File

@ -89,4 +89,4 @@ Compatibility: linux, darwin, cygwin, win32, aix, freebsd
Source: [`jc/parsers/nsd_control.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/nsd_control.py)
Version 1.0 by Pettai (pettai@sunet.se)
Version 1.1 by Pettai (pettai@sunet.se)

View File

@ -66,7 +66,7 @@ import jc.utils
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.0'
version = '1.1'
description = '`nsd-control` command parser'
author = 'Pettai'
author_email = 'pettai@sunet.se'