diff --git a/setup.py b/setup.py index 3c21a01..5f6acd8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools.command.build_clib import build_clib from setuptools.command.build_ext import build_ext -__version__ = "0.0.0.dev8" +__version__ = "0.0.0.dev9" PACKAGE_NAME = "ratapi" with open("README.md") as f: