ensure python2 and bump minor version

This commit is contained in:
vilmibm 2018-02-19 23:36:10 +00:00
parent f70359b8e8
commit 02b4671052

View File

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