diff --git a/inspire_schemas/__init__.py b/inspire_schemas/__init__.py index 6fdeea8a..fde3682a 100644 --- a/inspire_schemas/__init__.py +++ b/inspire_schemas/__init__.py @@ -24,4 +24,4 @@ """Schemas and utilities used in inspirehep.""" -__version__ = "61.5.32" +__version__ = "61.5.33" diff --git a/package.json b/package.json index 2693b677..31a002c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inspire-schemas", - "version": "61.5.32", + "version": "61.5.33", "description": "Inspire schemas.", "main": "js/build/index.js", "module": "js/build/index.es.js", diff --git a/setup.cfg b/setup.cfg index 6e8ab2db..42814485 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 61.5.32 +current_version = 61.5.33 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 41778c82..e7d531f9 100644 --- a/setup.py +++ b/setup.py @@ -237,7 +237,7 @@ def do_setup(): url=URL, bugtracker_url=URL + '/issues/', zip_safe=False, - version="61.5.32", + version="61.5.33", )