diff --git a/setup.py b/setup.py index bda3a43..b587164 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.dev7" +__version__ = "0.0.0.dev8" PACKAGE_NAME = "ratapi" with open("README.md") as f: