diff --git a/nanodlna/__init__.py b/nanodlna/__init__.py index f940cc1..49ac141 100644 --- a/nanodlna/__init__.py +++ b/nanodlna/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'nanodlna' -__version__ = '0.2.0' +__version__ = '0.2.1' __short_version__ = '.'.join(__version__.split('.')[:2]) __author__ = 'Gabriel Magno' __license__ = 'MIT' diff --git a/setup.py b/setup.py index ecb58dd..0f96f74 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='nanodlna', - version='0.2.0', + version='0.2.1', description='A minimal UPnP/DLNA media streamer', long_description="""nano-dlna is a command line tool that allows you to play a local video file in your TV (or any other DLNA compatible device)""",