diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a553bb4e..d0db89c5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.93 +current_version = 0.3.94 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 aac52539..ae92f975 100644 --- a/js/ord-schema/package.json +++ b/js/ord-schema/package.json @@ -1,6 +1,6 @@ { "name": "ord-schema", - "version": "0.3.93", + "version": "0.3.94", "description": "Schema for the Open Reaction Database", "main": "index.js", "scripts": { diff --git a/setup.py b/setup.py index 482830a1..6085081a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setuptools.setup( name="ord-schema", - version="0.3.93", + version="0.3.94", description="Schema for the Open Reaction Database", long_description=long_description, long_description_content_type="text/markdown",