From 35cf60747f6ec2772e2dc6bf8bc132df6999ee8c Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Fri, 21 Apr 2017 21:56:55 -0700 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14377cc..605a0da 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='tildetown', - version='1.0.0', + version='1.0.1', description='executable scripts used on tildetown', url='https://github.com/tildetown/tildetown-scripts', author='vilmibm',