Skip to content

Commit

Permalink
Bump version: 3.0.53 → 3.0.54 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 16, 2024
1 parent 48918cc commit 9170aa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inspire_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

from __future__ import absolute_import, division, print_function

__version__ = "3.0.53"
__version__ = "3.0.54"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 3.0.53
current_version = 3.0.54
commit = True
tag = True
tag_name = {new_version}
message= Bump version: {current_version} → {new_version} [skip ci]
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:setup.py]
search = version="{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
install_requires=install_requires,
tests_require=tests_require,
extras_require=extras_require,
version="3.0.53",
version="3.0.54",
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit 9170aa3

Please sign in to comment.