Skip to content

Commit

Permalink
packaging: Bump the version to 1.0.6
Browse files Browse the repository at this point in the history
To fix the rpkg errors during build.
  • Loading branch information
kyle-walker committed Apr 3, 2024
1 parent f6c25c3 commit f2eb175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/rhsecapi
Original file line number Diff line number Diff line change
Expand Up @@ -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'


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.5',
version = '1.0.6',
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 f2eb175

Please sign in to comment.