Skip to content

Commit 3317b44

Browse files
committed
Bump release
1 parent ebd4940 commit 3317b44

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

advisory_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .parser import Parser
66

77

8-
__version__ = "1.10"
8+
__version__ = "1.11"

python-advisory-parser.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%endif
1111

1212
Name: python-%{pyname}
13-
Version: 1.10
13+
Version: 1.11
1414
Release: 1%{?dist}
1515
Summary: %{summary}
1616

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="advisory-parser",
15-
version="1.10",
15+
version="1.11",
1616
description="Security flaw parser for upstream security advisories",
1717
long_description=description,
1818
url="https://github.com/mprpic/advisory-parser",

0 commit comments

Comments
 (0)