diff --git a/apps/client/__init__.py b/apps/client/__init__.py index 3087de1..cc222ab 100644 --- a/apps/client/__init__.py +++ b/apps/client/__init__.py @@ -1 +1 @@ -__version__ = '2.1.10' +__version__ = '2.1.11' diff --git a/set-version.sh b/set-version.sh index 0659646..70b9252 100755 --- a/set-version.sh +++ b/set-version.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=2.1.10 +VERSION=2.1.11 sed -i "s/__version__ =.*/__version__ = '${VERSION}'/" apps/client/__init__.py