diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 042e701a..fd4ef4f8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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 diff --git a/js/ord-schema/package.json b/js/ord-schema/package.json index 3280cb86..8ca7c4ec 100644 --- a/js/ord-schema/package.json +++ b/js/ord-schema/package.json @@ -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": { diff --git a/setup.py b/setup.py index 2daa24a2..4d629a3c 100644 --- a/setup.py +++ b/setup.py @@ -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",