summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-01 20:55:45 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-01 20:55:45 -0400
commit3cfb6d7b934284bb8f11ef9278d01ec3bb4b24c9 (patch)
tree0f9c9226b51140624fde0bceb4d5560e92c99e6f /setup.py
parentcb683a4f01e3f8c886184ecc8a9c2db411227c96 (diff)
downloadpies-3cfb6d7b934284bb8f11ef9278d01ec3bb4b24c9.tar.gz
Imporved readme, import py 2.6+ futures
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 457477b..613d8b1 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='pies',
- version='1.0.0',
+ version='1.0.1',
description='The simplest way to write one program that runs on both Python 2 and Python 3.',
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',