Skip to content

Commit

Permalink
Merge pull request #34 from the-virtual-brain/EBR-128
Browse files Browse the repository at this point in the history
EBR-128: update copyright year and prepare version for pre-release
  • Loading branch information
915-Misan-Teodora authored Jan 10, 2025
2 parents 78880a5 + e1644dc commit 3d5be65
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GNU General Public License v3.0 or later
-------------------------------------------------------------------
TVB-EXT-UNICORE

Copyright (C) 2022-2024 TVB Widgets Team
Copyright (C) 2022-2025 TVB Widgets Team

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "SoftwareSourceCode",
"name": "tvb-ext-unicore",
"license": "https://spdx.org/licenses/GPL-3.0-or-later.html",
"copyrightYear": "2024",
"copyrightYear": "2025",
"codeRepository": "https://github.com/the-virtual-brain/tvb-ext-unicore.git",
"documentation": "https://wiki.ebrains.eu/bin/view/Collabs/tvb-widgets/Extension%20tvb-ext-unicore/",
"downloadUrl": "https://files.pythonhosted.org/packages/92/13/a659136bb6bde4550c544dbbba703fa97f000097bc2417bbe23569d23c1d/tvb_ext_unicore-3.0.0.tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tvb-ext-unicore",
"version": "3.0.0",
"version": "3.0.1-alpha.1",
"description": "TVB Widgets - A Unicore Lab extension",
"keywords": [
"jupyter",
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "tvb-ext-unicore"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
version="3.0.1a1"
classifiers = [
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
Expand All @@ -27,7 +28,7 @@ dependencies = [
"pyunicore >= 1.0",
"jupyterlab>=4.0.0"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
dynamic = ["description", "authors", "urls", "keywords"]

[project.optional-dependencies]
test = [
Expand All @@ -38,9 +39,6 @@ test = [
"pytest-jupyter[server]>=0.6.0"
]

[tool.hatch.version]
source = "nodejs"

[tool.hatch.metadata.hooks.nodejs]
fields = ["description", "authors", "urls", "keywords"]

Expand Down
2 changes: 1 addition & 1 deletion tvb_ext_unicore/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

class TVBExtUnicoreException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion tvb_ext_unicore/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import os
Expand Down
2 changes: 1 addition & 1 deletion tvb_ext_unicore/logger/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import os
Expand Down
2 changes: 1 addition & 1 deletion tvb_ext_unicore/tests/test_unicore_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import json
Expand Down
2 changes: 1 addition & 1 deletion tvb_ext_unicore/unicore_wrapper/job_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

from datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion tvb_ext_unicore/unicore_wrapper/unicore_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#
import json
import os
Expand Down
2 changes: 1 addition & 1 deletion tvb_ext_unicore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# "TheVirtualBrain - Widgets" package
#
# (c) 2022-2024, TVB Widgets Team
# (c) 2022-2025, TVB Widgets Team
#

import json
Expand Down

0 comments on commit 3d5be65

Please sign in to comment.