diff --git a/setup.py b/setup.py index 42c69ff..3806700 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name = "torchsummaryX", - version = "1.0.0", + version = "1.1.0", description = "Improved visualization tool of torchsummary.", author = "Namhyuk Ahn", author_email = "nmhkahn@gmail.com",