diff --git a/pyproject.toml b/pyproject.toml
index f470dc45f8c738249829d2acb07f101b56fa019e..40cc582088b44f8e07b18f80aba4be4fe63f8efb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "tikka"
-version = "0.8.1"
+version = "0.8.2"
 description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts"
 authors = ["Vincent Texier <vit@free.fr>"]
 include = [
diff --git a/tikka/__init__.py b/tikka/__init__.py
index a318dd5f81fe3ff5a8fbd3b48f792b9306636296..9ff383a0e308452a7081b679606df1cebb98ed0e 100644
--- a/tikka/__init__.py
+++ b/tikka/__init__.py
@@ -13,4 +13,4 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__version__ = "0.8.1"
+__version__ = "0.8.2"