fix version so version check conditionals don't break

This commit is contained in:
nathaniel smith
2017-11-20 22:08:13 -08:00
parent bcb98bc8cb
commit 2e01008838
2 changed files with 15 additions and 2 deletions

View File

@@ -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',