From 31e33097ca5f429d1fa9fc0c97cffa9f3b85f0f1 Mon Sep 17 00:00:00 2001 From: Peter Demin Date: Fri, 17 Feb 2023 14:36:24 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.6.1=20=E2=86=92=202.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipcompilemulti/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pipcompilemulti/__init__.py b/pipcompilemulti/__init__.py index 9869367..8492033 100644 --- a/pipcompilemulti/__init__.py +++ b/pipcompilemulti/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Peter Demin' __email__ = 'peterdemin@gmail.com' -__version__ = '2.6.1' +__version__ = '2.6.2' diff --git a/setup.cfg b/setup.cfg index 7f27908..75d0c3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.6.1 +current_version = 2.6.2 commit = True tag = True diff --git a/setup.py b/setup.py index c576ad8..c5d3c05 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages -VERSION = "2.6.1" +VERSION = "2.6.2" README = """