Skip to content

Commit

Permalink
rhsecapi: Bump the version to 1.0.3
Browse files Browse the repository at this point in the history
This updates the version both in the setup.py and also within the in-
CLI definition.
  • Loading branch information
kyle-walker committed Aug 18, 2021
1 parent bed8552 commit 4cbc406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/rhsecapi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):
"""
setup(
name = 'rhsecapi',
version = '1.0.2',
version = '1.0.3',
author = 'Ryan Sawhill Aroha',
author_email = '[email protected]',
description = 'Provides a simple interface for the Red Hat Security Data API',
Expand Down

0 comments on commit 4cbc406

Please sign in to comment.