diff --git a/inspire_schemas/__init__.py b/inspire_schemas/__init__.py index a547b153..b5403325 100644 --- a/inspire_schemas/__init__.py +++ b/inspire_schemas/__init__.py @@ -24,4 +24,4 @@ """Schemas and utilities used in inspirehep.""" -__version__ = "61.6.0" +__version__ = "61.6.1" diff --git a/package.json b/package.json index 85c0eebe..536fd142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inspire-schemas", - "version": "61.6.0", + "version": "61.6.1", "description": "Inspire schemas.", "main": "js/build/index.js", "module": "js/build/index.es.js", diff --git a/setup.cfg b/setup.cfg index f26ec19b..6e1791a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 61.6.0 +current_version = 61.6.1 commit = True tag = True tag_name = {new_version} @@ -17,9 +17,9 @@ search = __version__ = "{current_version}" replace = __version__ = "{new_version}" [metadata] -platforms = +platforms = any -classifiers = +classifiers = Environment :: Web Environment Intended Audience :: Developers License :: OSI Approved :: GNU General Public License v2 (GPLv2) @@ -36,13 +36,13 @@ classifiers = Development Status :: 1 - Planning [entry_points] -invenio_base.apps = +invenio_base.apps = inspire_schemas = inspire_schemas:inspireschemas -invenio_i18n.translations = +invenio_i18n.translations = messages = inspire_schemas [files] -data_files = +data_files = inspire_schemas = inspire_schemas/* [build_sphinx] diff --git a/setup.py b/setup.py index 90beb865..ab0d77f3 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.6.0", + version="61.6.1", )