diff --git a/setup.py b/setup.py index d62a280..4e645b0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from os import path -VERSION = "v0.3.0-rc.4" +VERSION = "v0.3.0" HERE = path.dirname(__file__) with open(path.join(HERE, "README.md"), "r", encoding="utf-8") as f: