diff --git a/bin/rhsecapi b/bin/rhsecapi index dcfab77..23ba9a0 100755 --- a/bin/rhsecapi +++ b/bin/rhsecapi @@ -46,8 +46,8 @@ if not (path.isfile(path.expanduser('~/.rhsecapi-no-argcomplete')) or path.isfil # Globals prog = 'rhsecapi' vers = {} -vers['version'] = '1.0.1' -vers['date'] = '2017/06/27' +vers['version'] = '1.0.3' +vers['date'] = '2021/08/18' # Logging diff --git a/setup.py b/setup.py index 9760dcc..5607d64 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read(fname): """ setup( name = 'rhsecapi', - version = '1.0.2', + version = '1.0.3', author = 'Ryan Sawhill Aroha', author_email = 'rsaw@redhat.com', description = 'Provides a simple interface for the Red Hat Security Data API',