diff --git a/setup.py b/setup.py index abda0e2..96345ba 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.4.0" +VERSION = "0.4.1" README = os.path.join(os.path.dirname(os.path.abspath(__file__)), "README.md")