diff --git a/setup.py b/setup.py index 047fd23..92c43d4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import pathlib -__version__ = "0.2.2" +__version__ = "0.2.3" # The directory containing this file HERE = pathlib.Path(__file__).parent