aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <pnpnpn@users.noreply.github.com>2015-01-05 18:00:13 -0500
committerPatrick <pnpnpn@users.noreply.github.com>2015-01-05 18:00:13 -0500
commite880269a6fdcacdb961cbaa680f22e9484252036 (patch)
tree840b779263e398e86ac07087af3769bf5fe76793
parentc9bce2aed4d7d425f8766b3a67fb70e9e7003cc5 (diff)
downloadtimeout-decorator-e880269a6fdcacdb961cbaa680f22e9484252036.tar.gz
increment version number
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 86c889e..dbc7ebc 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ CLASSIFIERS=[
setup(
name='timeout-decorator',
- version='0.2.0',
+ version='0.2.1',
description='Timeout decorator',
long_description = open('README.md').read(),
author='PN',