From 2e010088387383ab991aa89b92b0230e9ecfb0de Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Mon, 20 Nov 2017 22:08:13 -0800 Subject: [PATCH] fix version so version check conditionals don't break --- setup.py | 2 +- ttbp/ttbp.py | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 125194f..7ffc3dc 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='ttbp', - version='0.10.0', + version='0.9.3', description='command line social blogging tool used on tilde.town', url='https://github.com/modgethanc/ttbp', author='~endorphant', diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index 85bbdf5..cfd0f01 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -49,7 +49,7 @@ from . import core from . import chatter from . import util -__version__ = "0.10.0" +__version__ = "0.9.3" __author__ = "endorphant