We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61ba4d commit ba42112Copy full SHA for ba42112
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.47
+current_version = 0.3.48
3
commit = True
4
message = Bump version: {current_version} → {new_version} [skip actions]
5
tag = True
js/ord-schema/package.json
@@ -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",
6
"scripts": {
setup.py
@@ -21,7 +21,7 @@
21
22
setuptools.setup(
23
name="ord-schema",
24
- version="0.3.47",
+ version="0.3.48",
25
description="Schema for the Open Reaction Database",
26
long_description=long_description,
27
long_description_content_type="text/markdown",
0 commit comments