Skip to content

Commit

Permalink
Bump version from v0.2.0 to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmagno committed Aug 21, 2021
1 parent bfd681f commit ea5b166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nanodlna/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)""",
Expand Down

0 comments on commit ea5b166

Please sign in to comment.