From 6a0efac09e97377947d83855775a1618439433d1 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 10 Nov 2021 10:31:53 +0100 Subject: [PATCH] Version 1.6.7 --- pyi2ncommon.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyi2ncommon.spec b/pyi2ncommon.spec index a8ef269..a1cb58b 100644 --- a/pyi2ncommon.spec +++ b/pyi2ncommon.spec @@ -1,5 +1,5 @@ Name: pyi2ncommon -Version: 1.6.6 +Version: 1.6.7 # note: keep version in sync with setup.py Release: 1%{?dist} Summary: Intra2net library of common helper utilities diff --git a/setup.py b/setup.py index 885bac5..6fca91c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from distutils.core import setup setup(name='pyi2ncommon', - version='1.6.6', # keep in sync with spec file + version='1.6.7', # keep in sync with spec file description='Intra2net library of common python helper utilities', long_description='Helper modules for Intra2net python code that are ' 'used in several places and/or are of ' -- 1.7.1