From 3186e0d7235479b3a10922f507653d0e8c77c750 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Dec 2023 12:02:49 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2063.2.5=20=E2=86=92=2063.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inspire_dojson/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inspire_dojson/__init__.py b/inspire_dojson/__init__.py index d760e7a..357d4fd 100644 --- a/inspire_dojson/__init__.py +++ b/inspire_dojson/__init__.py @@ -28,4 +28,4 @@ from .api import marcxml2record, record2marcxml # noqa: F401 from .errors import DoJsonError # noqa: F401 -__version__ = "63.2.5" +__version__ = "63.2.6" diff --git a/setup.cfg b/setup.cfg index 2e1ebb2..37f412e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 63.2.5 +current_version = 63.2.6 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index f8dd497..c69be29 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ install_requires=install_requires, tests_require=tests_require, extras_require=extras_require, - version="63.2.5", + version="63.2.6", classifiers=[ "Development Status :: 4 - Beta", "Environment :: Web Environment",