diff --git a/.version b/.version index 786dcea5..8bbb6e40 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.10.1-alpha.1 +2.10.1 diff --git a/package.json b/package.json index c93fcf41..95c4b9e8 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,5 @@ "test:lint": "poetry run tox -e lint", "test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\"" }, - "version": "2.10.1-alpha.1" + "version": "2.10.1" } diff --git a/pyproject.toml b/pyproject.toml index 0797a2dd..1a111050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ packages = [ ] readme = "readme.md" repository = "https://github.com/atlas-bi/Hub" -version = "2.10.1-alpha.1" +version = "2.10.1" [tool.poetry.dependencies] Flask = "^2.0.1"