[UPD]Bump pre version
This commit is contained in:
parent
a66309faa1
commit
44b61deb32
4
setup.py
4
setup.py
@ -2,12 +2,12 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="hy_odoo",
|
||||
version="0.6.0",
|
||||
version="0.7.0pre",
|
||||
packages=find_packages(),
|
||||
package_data={
|
||||
'hy_odoo': ['*.hy'],
|
||||
},
|
||||
install_requires=["hy==0.17.Y"],
|
||||
install_requires=["hy"],
|
||||
author="Fabien Bourgeois",
|
||||
author_email="fabien@yaltik.com",
|
||||
description="HY functions and macros for Odoo",
|
||||
|
Loading…
x
Reference in New Issue
Block a user