From 923d8f71123abac5786ba0fc1588f54d00dc51f2 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 31 Jul 2022 21:40:05 +0700 Subject: [PATCH] 1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12db5a7..e6ac464 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='pydevd-odoo', - version='1.1', + version='1.2', description='PyDev.Debugger plugin for Odoo', url='https://github.com/odoo-ide/pydevd-odoo', author='Trinh Anh Ngoc',