diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 5561dc3..1aa66db 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.4.2' +__version__ = '0.4.3' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com' diff --git a/nhentai/doujinshi.py b/nhentai/doujinshi.py index a36038c..3c43d62 100644 --- a/nhentai/doujinshi.py +++ b/nhentai/doujinshi.py @@ -48,6 +48,7 @@ class Doujinshi(object): def show(self): table = [ + ["Parodies", self.info.parodies], ["Doujinshi", self.name], ["Subtitle", self.info.subtitle], ["Characters", self.info.characters],