diff --git a/setup.py b/setup.py index 227ebe3..7ea56bb 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from setuptools import setup setup( name='ttbp', - version='0.10.2', + version='0.10.3', description='command line social blogging tool used on tilde.town', url='https://github.com/modgethanc/ttbp', author='~endorphant',