From d0b1ebc0c05bdfefd7cbd89e5c6cd6b54aede33a Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Thu, 22 Jun 2017 19:10:37 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8002fb..7c39fb2 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='tildetown', - version='1.0.1', + version='1.0.2', description='executable scripts used on tildetown', url='https://github.com/tildetown/tildetown-scripts', author='vilmibm',