Skip to content

Commit

Permalink
Bump version: 0.3.86 → 0.3.87 [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 16, 2024
1 parent bc14c24 commit 52b7da3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.86
current_version = 0.3.87
commit = True
message = Bump version: {current_version} → {new_version} [skip actions]
tag = True
Expand Down
2 changes: 1 addition & 1 deletion js/ord-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ord-schema",
"version": "0.3.86",
"version": "0.3.87",
"description": "Schema for the Open Reaction Database",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name="ord-schema",
version="0.3.86",
version="0.3.87",
description="Schema for the Open Reaction Database",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 52b7da3

Please sign in to comment.