From 9a062e16395dadcc30ae03130dbaeaf72911b761 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Nov 2024 22:16:07 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.93=20=E2=86=92=200.3.94?= =?UTF-8?q?=20[skip=20actions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- js/ord-schema/package.json | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",