From 02b4671052b1bb98c32d872b242ca405453c2436 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Mon, 19 Feb 2018 23:36:10 +0000 Subject: [PATCH] ensure python2 and bump minor version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',