diff --git a/bin/rhsecapi b/bin/rhsecapi index b973ad8..e688800 100755 --- a/bin/rhsecapi +++ b/bin/rhsecapi @@ -46,7 +46,7 @@ if not (path.isfile(path.expanduser('~/.rhsecapi-no-argcomplete')) or path.isfil # Globals prog = 'rhsecapi' vers = {} -vers['version'] = '1.0.5' +vers['version'] = '1.0.6' vers['date'] = '2024/04/03' diff --git a/setup.py b/setup.py index 9744749..e3a6b9e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read(fname): """ setup( name = 'rhsecapi', - version = '1.0.5', + version = '1.0.6', author = 'Ryan Sawhill Aroha', author_email = 'rsaw@redhat.com', description = 'Provides a simple interface for the Red Hat Security Data API',