diff --git a/setup.py b/setup.py index 2266586..cb95e39 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name="pyfbx", - version="0.0.8rc1", + version="0.0.8", description="Freebox thin client", long_description=(pathlib.Path(__file__).parent / "README.md").read_text(), long_description_content_type='text/markdown',