diff --git a/setup.py b/setup.py index 4850d2e..0168c2f 100644 --- a/setup.py +++ b/setup.py @@ -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"},