Changed minor version due to large new zmqfeature

This commit is contained in:
SimLeek
2021-08-12 14:29:52 -07:00
parent ec02c4070e
commit 64fe1e2094

View File

@ -23,7 +23,7 @@ if os.path.exists(readme_path):
setup(
long_description=readme,
name="displayarray",
version="1.2.1",
version="1.3.0",
description="Tool for displaying numpy arrays.",
python_requires="==3.*,>=3.6.0",
project_urls={"repository": "https://github.com/simleek/displayarray"},