diff --git a/.version b/.version index bdb567b2..c0a9e30d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.8.0-alpha.1 +2.8.0-alpha.2 diff --git a/package.json b/package.json index 20b39ffe..5193cc10 100644 --- a/package.json +++ b/package.json @@ -57,5 +57,5 @@ "test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\"", "watch": "gulp watch" }, - "version": "2.7.10" + "version": "2.8.0-alpha.2" } diff --git a/pyproject.toml b/pyproject.toml index a9ff8ad0..72dcaf58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ packages = [ ] readme = "readme.md" repository = "https://github.com/atlas-bi/atlas-automation-hub" -version = "2.8.0-alpha.1" +version = "2.8.0-alpha.2" [tool.poetry.dependencies] Flask = "^2.0.1"