Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ keywords:
- Invenio
- Data submission
license: MIT
version: 0.0.1
date-released: '2026-03-16'
version: 1.0.0
date-released: '2026-09-17'
2 changes: 1 addition & 1 deletion biosimdb_interface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import os

__version__ = "0.0.1"
__version__ = "1.0.0"

from dotenv import load_dotenv
from flask import Flask
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

project = 'biosimdb-interface'
copyright = '2026, CCPBioSim'
release = '0.0.1'
release = '1.0.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down