Skip to content

Commit

Permalink
Bump version: 0.3.47 → 0.3.48 [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 20, 2023
1 parent f61ba4d commit ba42112
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.47
current_version = 0.3.48
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.47",
"version": "0.3.48",
"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.47",
version="0.3.48",
description="Schema for the Open Reaction Database",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ba42112

Please sign in to comment.