diff --git a/setup.py b/setup.py index 027e0ff..746cf46 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages -VERSION = "0.3.11" +VERSION = "0.3.12" DESCRIPTION = "Some commonly used functions and modules" with open("README.md") as f: