Skip to content

Commit

Permalink
Bump version: 0.3.51 → 0.3.52 [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 27, 2023
1 parent 0d09664 commit 155bc57
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.51
current_version = 0.3.52
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.51",
"version": "0.3.52",
"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 @@ -21,7 +21,7 @@

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

0 comments on commit 155bc57

Please sign in to comment.