diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1e98eac8..a38b6896 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.60 +current_version = 0.3.61 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 ff7ca945..b1e81013 100644 --- a/js/ord-schema/package.json +++ b/js/ord-schema/package.json @@ -1,6 +1,6 @@ { "name": "ord-schema", - "version": "0.3.60", + "version": "0.3.61", "description": "Schema for the Open Reaction Database", "main": "index.js", "scripts": { diff --git a/setup.py b/setup.py index 6191435a..7cfebd22 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setuptools.setup( name="ord-schema", - version="0.3.60", + version="0.3.61", description="Schema for the Open Reaction Database", long_description=long_description, long_description_content_type="text/markdown",