diff --git a/setup.py b/setup.py index 2c1ddba..c0fe6a8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys from setuptools.command.install import install -VERSION = "0.2.3" +VERSION = "0.4.0" with open("README.md", "r") as fh: long_description = fh.read()