From c6f8be18dad35343282e880cd4d8402090ec5d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torstein=20I=2E=20B=C3=B8?= Date: Thu, 4 Apr 2024 11:10:52 +0000 Subject: [PATCH] chore: bump version --- RunFEEMSSim/settings.ini | 4 ++-- feems/pyproject.toml | 2 +- machinery-system-structure/settings.ini | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RunFEEMSSim/settings.ini b/RunFEEMSSim/settings.ini index 5b28dfa..34b7d72 100644 --- a/RunFEEMSSim/settings.ini +++ b/RunFEEMSSim/settings.ini @@ -8,7 +8,7 @@ author = Kevin Koosup Yum author_email = kevinkoosup.yum@sintef.no copyright = SINTEF branch = master -version = 0.2.2 +version = 0.2.3 min_python = 3.10 audience = Developers language = English @@ -20,7 +20,7 @@ nbs_path = . doc_path = docs recursive = False doc_baseurl = /RunFeemsSim/ -git_url = https://SintefOceanEnergySystem@dev.azure.com/SintefOceanEnergySystem/FEEMSService/_git/RunFEEMSSim +git_url = https://github.com/SINTEF/FEEMS lib_path = RunFeemsSim title = RunFeemsSim doc_host = https://kevinkoosup.yum@sintef.no.github.io diff --git a/feems/pyproject.toml b/feems/pyproject.toml index f222900..b20069e 100644 --- a/feems/pyproject.toml +++ b/feems/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Kevin Koosup Yum "] readme = "readme.md" include = ["feems/py.typed"] -license = "Proprietary" +license = "MIT" [tool.poetry.dependencies] python = ">=3.10,<3.13" diff --git a/machinery-system-structure/settings.ini b/machinery-system-structure/settings.ini index 79047de..2d7828b 100644 --- a/machinery-system-structure/settings.ini +++ b/machinery-system-structure/settings.ini @@ -12,7 +12,7 @@ user = keviny author = Kevin Koosup Yum author_email = kevinkoosup.yum@sintef.no copyright = SINTEF Ocean -version = 0.6.4 +version = 0.6.5 min_python = 3.10 audience = Developers language = English @@ -52,7 +52,7 @@ doc_baseurl = /%(lib_name)s/ # For Enterprise Github pages docs use: # doc_baseurl = /%(repo_name)s/%(lib_name)s/ -git_url = https://SintefOceanEnergySystem@dev.azure.com/SintefOceanEnergySystem/MachinerySystemStucture/_git/MachinerySystemStucture +git_url = https://github.com/SINTEF/FEEMS # For Enterprise Github use: #git_url = https://github.%(company_name)s.com/%(repo_name)s/%(lib_name)s/tree/%(branch)s/ branch = master