From 6e9d3e23a443e4776bb46d65bb9314e3285cac42 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 20 Sep 2024 15:05:12 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2061.5.39=20=E2=86=92=2061.5.40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inspire_schemas/__init__.py | 2 +- package.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inspire_schemas/__init__.py b/inspire_schemas/__init__.py index 935c2d6d..8f7722c3 100644 --- a/inspire_schemas/__init__.py +++ b/inspire_schemas/__init__.py @@ -24,4 +24,4 @@ """Schemas and utilities used in inspirehep.""" -__version__ = "61.5.39" +__version__ = "61.5.40" diff --git a/package.json b/package.json index 7c62d687..825ddb9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inspire-schemas", - "version": "61.5.39", + "version": "61.5.40", "description": "Inspire schemas.", "main": "js/build/index.js", "module": "js/build/index.es.js", diff --git a/setup.cfg b/setup.cfg index 1d44c8c2..f442f0bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 61.5.39 +current_version = 61.5.40 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 495b11cb..eb263bc5 100644 --- a/setup.py +++ b/setup.py @@ -238,7 +238,7 @@ def do_setup(): url=URL, bugtracker_url=URL + '/issues/', zip_safe=False, - version="61.5.39", + version="61.5.40", )