diff --git a/.bumpversion.toml b/.bumpversion.toml index a39c6f4..b664d15 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -3,7 +3,7 @@ parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] regex = false -current_version = "0.3.0" +current_version = "1.0.0" ignore_missing_version = false search = "{current_version}" replace = "{new_version}" diff --git a/codemeta.json b/codemeta.json index c5cd8be..04686cb 100644 --- a/codemeta.json +++ b/codemeta.json @@ -61,8 +61,8 @@ "givenName": "Benedetto" }, "dateCreated": "2025-04-11", - "dateModified": "2025-04-11", - "datePublished": "2025-04-11", + "dateModified": "2026-04-14", + "datePublished": "2026-04-14", "description": "A Python package to convert your data into spike-based signals for efficient and biologically-inspired spiking neural network applications, enabling faster and more energy-efficient computations.", "funder": { "type": "Organization", @@ -83,12 +83,12 @@ ], "programmingLanguage": "Python", "runtimePlatform": "Miniconda", - "version": "0.3.0", + "version": "1.0.0", "developmentStatus": "active", "funding": "Project IR0000011, CUP B51E22000150006, EBRAINS-Italy", "isSourceCodeOf": "inNuCE Lab", "issueTracker": "https://github.com/neuromorphic-polito/spikify/issues", "referencePublication": "https://doi.org/10.3389/fnins.2022.999029", - "downloadUrl": "https://github.com/neuromorphic-polito/spikify/releases/tag/0.3.0" + "downloadUrl": "https://github.com/neuromorphic-polito/spikify/releases/tag/1.0.0" } \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 466b403..a620e98 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ now = datetime.datetime.now() author = "Benedetto Leto, Gianvito Urgese, Vittorio Fra, Riccardo Pignari" copyright = f"{now.year}, {author}." -version = "0.3.0" +version = "1.0.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 576fe8f..fc3c4c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "innuce-spikify" -version = "0.3.0" +version = "1.0.0" description = "A Python package to convert signal data to spike trains" authors = ["Benedetto Leto ", "Gianvito Urgese ", "Vittorio Fra ", "Riccardo Pignari "] readme = "README_PYPI.md" diff --git a/spikify/version.py b/spikify/version.py index 493f741..5becc17 100644 --- a/spikify/version.py +++ b/spikify/version.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "1.0.0"