diff --git a/mathgenerator/mathgen.py b/mathgenerator/mathgen.py index cf03402..00fddb6 100644 --- a/mathgenerator/mathgen.py +++ b/mathgenerator/mathgen.py @@ -1,3 +1,3 @@ -# Present for backwards compatibility <= 1.3.0 +# Present for backwards compatibility < 1.4.0 # Enables using `from mathgenerator import mathgen` from .__init__ import * diff --git a/setup.py b/setup.py index 002a368..21ba464 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='mathgenerator', - version='1.3.0', + version='1.4.0', description='An open source solution for generating math problems', url='https://github.com/lukew3/mathgenerator', author='Luke Weiler',