From a4fa569740eb0ba787f4046c8f7c48572ff2dd60 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 22 Mar 2020 14:30:23 +0700 Subject: [PATCH] 1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd066d3..3cf1ba5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='pydevd-odoo', - version='0.1', + version='1.0', description='PyDev.Debugger plugin for Odoo', url='https://github.com/trinhanhngoc/pydevd-odoo', author='Trinh Anh Ngoc',