From ecf6bdc235316f9a73050bd0c01b2f2fd04016ac Mon Sep 17 00:00:00 2001 From: Viktor Stanchev Date: Sat, 3 Sep 2016 15:12:25 -0700 Subject: [PATCH] bump version from 0.2.8 to 0.2.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 269598f..1ced68e 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ if LooseVersion(sys.version) < LooseVersion("3.4.0"): if __name__ == '__main__': setup(name='pirate-get', - version='0.2.8', + version='0.2.9', description='A command line interface for The Pirate Bay', url='https://github.com/vikstrous/pirate-get', author='vikstrous',