diff --git a/.version b/.version index 10c2c0c3..786dcea5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.10.0 +2.10.1-alpha.1 diff --git a/package.json b/package.json index 78805b69..c93fcf41 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.0" + "version": "2.10.1-alpha.1" } diff --git a/pyproject.toml b/pyproject.toml index e4c329e8..0797a2dd 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.0" +version = "2.10.1-alpha.1" [tool.poetry.dependencies] Flask = "^2.0.1"