Skip to content

Commit

Permalink
Bump version: 61.5.39 → 61.5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 20, 2024
1 parent 06062be commit 6e9d3e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inspire_schemas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

"""Schemas and utilities used in inspirehep."""

__version__ = "61.5.39"
__version__ = "61.5.40"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 61.5.39
current_version = 61.5.40
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def do_setup():
url=URL,
bugtracker_url=URL + '/issues/',
zip_safe=False,
version="61.5.39",
version="61.5.40",
)


Expand Down

0 comments on commit 6e9d3e2

Please sign in to comment.