Skip to content

Commit ba42112

Browse files
author
github-actions
committed
Bump version: 0.3.47 → 0.3.48 [skip actions]
1 parent f61ba4d commit ba42112

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.47
2+
current_version = 0.3.48
33
commit = True
44
message = Bump version: {current_version} → {new_version} [skip actions]
55
tag = True

js/ord-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ord-schema",
3-
"version": "0.3.47",
3+
"version": "0.3.48",
44
"description": "Schema for the Open Reaction Database",
55
"main": "index.js",
66
"scripts": {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setuptools.setup(
2323
name="ord-schema",
24-
version="0.3.47",
24+
version="0.3.48",
2525
description="Schema for the Open Reaction Database",
2626
long_description=long_description,
2727
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)