diff --git a/ndpretty/__init__.py b/ndpretty/__init__.py index 786cbdd..01653ba 100644 --- a/ndpretty/__init__.py +++ b/ndpretty/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.6" +__version__ = "0.0.7" from .core import * \ No newline at end of file diff --git a/settings.ini b/settings.ini index 5405236..d6790f1 100644 --- a/settings.ini +++ b/settings.ini @@ -6,7 +6,7 @@ author_email = patrick@deutschmann.xyz copyright = Patrick Deutschmann description = Display numpy ndarrays in a pretty table in Jupyter notebooks keywords = python -version = 0.0.6 +version = 0.0.7 min_python = 3.6 audience = Developers language = English