From 72b50abee14604122e7c0a79aa9a20839908037a Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sat, 24 Oct 2020 22:04:07 +0700 Subject: [PATCH] 1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cf1ba5..f810feb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='pydevd-odoo', - version='1.0', + version='1.1', description='PyDev.Debugger plugin for Odoo', url='https://github.com/trinhanhngoc/pydevd-odoo', author='Trinh Anh Ngoc',