Skip to content

Commit cc300f3

Browse files
committed
Change version to 16.0.1
1 parent d63bfdc commit cc300f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ def find_stubs(package):
1111

1212

1313
setup(
14-
name="odoo15-stubs",
15-
url="https://github.com/odoo-ide/odoo-stubs",
14+
name="odoo-stubs",
1615
author="Trinh Anh Ngoc",
1716
author_email="atw1990@gmail.com",
18-
version="0.0.1",
17+
version="16.0.1",
1918
package_data=find_stubs("odoo-stubs"),
2019
packages=["odoo-stubs"]
2120
)

0 commit comments

Comments
 (0)