[UPD]Bump pre version

This commit is contained in:
Fabien BOURGEOIS 2021-02-22 12:55:03 +01:00
parent a66309faa1
commit 44b61deb32
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ from setuptools import setup, find_packages
setup( setup(
name="hy_odoo", name="hy_odoo",
version="0.6.0", version="0.7.0pre",
packages=find_packages(), packages=find_packages(),
package_data={ package_data={
'hy_odoo': ['*.hy'], 'hy_odoo': ['*.hy'],
}, },
install_requires=["hy==0.17.Y"], install_requires=["hy"],
author="Fabien Bourgeois", author="Fabien Bourgeois",
author_email="fabien@yaltik.com", author_email="fabien@yaltik.com",
description="HY functions and macros for Odoo", description="HY functions and macros for Odoo",