From 9da5b4e4dfcf73cd86bbd9f035583bf1b3ac7856 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 11 Sep 2023 19:33:54 -0600 Subject: [PATCH] Bump version to 1.7.2 --- classification-banner.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classification-banner.spec b/classification-banner.spec index 0ef064f..85267cd 100644 --- a/classification-banner.spec +++ b/classification-banner.spec @@ -1,5 +1,5 @@ Name: classification-banner -Version: 1.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: Displays Classification Banner for a Graphical Session diff --git a/setup.py b/setup.py index 5456e41..d3eb2a5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import sys from setuptools import setup, find_packages -VERSION = "1.7.0" +VERSION = "1.7.2" PACKAGE_VERSION = { "classification-banner": "classification-banner == {0}".format(VERSION),