Bump version 1.4.0

This commit is contained in:
lukew3
2022-12-19 14:35:21 -05:00
parent 13fdefd53c
commit 37389fea2d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Present for backwards compatibility <= 1.3.0 # Present for backwards compatibility < 1.4.0
# Enables using `from mathgenerator import mathgen` # Enables using `from mathgenerator import mathgen`
from .__init__ import * from .__init__ import *

View File

@@ -1,7 +1,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup(name='mathgenerator', setup(name='mathgenerator',
version='1.3.0', version='1.4.0',
description='An open source solution for generating math problems', description='An open source solution for generating math problems',
url='https://github.com/lukew3/mathgenerator', url='https://github.com/lukew3/mathgenerator',
author='Luke Weiler', author='Luke Weiler',