Skip to content

Commit

Permalink
Bump version: 0.3.75 → 0.3.76 [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 17, 2024
1 parent ba63b97 commit 471b729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.75
current_version = 0.3.76
commit = True
message = Bump version: {current_version} → {new_version} [skip actions]
tag = True
Expand Down
2 changes: 1 addition & 1 deletion js/ord-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ord-schema",
"version": "0.3.75",
"version": "0.3.76",
"description": "Schema for the Open Reaction Database",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name="ord-schema",
version="0.3.75",
version="0.3.76",
description="Schema for the Open Reaction Database",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

1 comment on commit 471b729

@bdeadman
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump version to 0.3.76, which incorporates extra addition device, chemical identifier and analysis types.

Please sign in to comment.