Skip to content

Commit f2eb175

Browse files
committed
packaging: Bump the version to 1.0.6
To fix the rpkg errors during build.
1 parent f6c25c3 commit f2eb175

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/rhsecapi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if not (path.isfile(path.expanduser('~/.rhsecapi-no-argcomplete')) or path.isfil
4646
# Globals
4747
prog = 'rhsecapi'
4848
vers = {}
49-
vers['version'] = '1.0.5'
49+
vers['version'] = '1.0.6'
5050
vers['date'] = '2024/04/03'
5151

5252

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(fname):
2121
"""
2222
setup(
2323
name = 'rhsecapi',
24-
version = '1.0.5',
24+
version = '1.0.6',
2525
author = 'Ryan Sawhill Aroha',
2626
author_email = 'rsaw@redhat.com',
2727
description = 'Provides a simple interface for the Red Hat Security Data API',

0 commit comments

Comments
 (0)