diff --git a/package-lock.json b/package-lock.json index e3f2f3f5868..67808803e0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor", - "version": "3.0.0-a.10", + "version": "3.0.0-a.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a53651ce4da..1f3d77551a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor", - "version": "3.0.0-a.10", + "version": "3.0.0-a.11", "repository": { "type": "git", "url": "git://github.com/mirumee/saleor.git" diff --git a/pyproject.toml b/pyproject.toml index 7dfb02fbd65..b19590a0c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saleor" -version = "3.0.0-a.10" +version = "3.0.0-a.11" description = "A modular, high performance e-commerce storefront built with GraphQL, Django, and ReactJS." authors = ["Mirumee Software "] license = "BSD-3-Clause" diff --git a/saleor/__init__.py b/saleor/__init__.py index a43e3366b55..4f2ef51b762 100644 --- a/saleor/__init__.py +++ b/saleor/__init__.py @@ -1,4 +1,4 @@ from .celeryconf import app as celery_app __all__ = ["celery_app"] -__version__ = "3.0.0-a.10" +__version__ = "3.0.0-a.11"