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