diff --git a/package.json b/package.json index e756aa3..fd78ea1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/learning", - "version": "0.1.16", + "version": "0.1.17", "private": true, "description": "GovOPlaN Learning platform module seed.", "type": "module", diff --git a/pyproject.toml b/pyproject.toml index e827387..b0d1a4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-learning" -version = "0.1.16" +version = "0.1.17" description = "GovOPlaN Learning platform module seed." readme = "README.md" requires-python = ">=3.12" license = { file = "LICENSE" } authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.16", - "govoplan-access>=0.1.16", + "govoplan-core>=0.1.17", + "govoplan-access>=0.1.17", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_learning/backend/manifest.py b/src/govoplan_learning/backend/manifest.py index f4c787a..5537ad4 100644 --- a/src/govoplan_learning/backend/manifest.py +++ b/src/govoplan_learning/backend/manifest.py @@ -6,7 +6,7 @@ from govoplan_core.core.provider_governance import declared_module_architecture MODULE_ID = "learning" MODULE_NAME = "Learning" -MODULE_VERSION = "0.1.16" +MODULE_VERSION = "0.1.17" READ_SCOPE = "learning:workspace:read" WRITE_SCOPE = "learning:workspace:write" ADMIN_SCOPE = "learning:workspace:admin"