Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pypeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2013-03-14 21:22:33 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-03-14 21:22:33 +0400
commit8ca8954d3cbfac0227740c6005f98e3c2cdfdb65 (patch)
tree67a936e86080efcf3f1af46d968b3a03b7e8dd20 /setup.py
parent67c1f446a17fd7111fa4ad2cad9078a80ce31194 (diff)
Fixed bug in parallel wire construction function.
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 dcc18a1..30ce627 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages
setup(
name = "pypeline",
- version = "0.2",
+ version = "0.2.1",
packages = find_packages("src", exclude = ["*tests"]),
package_dir = {'': 'src'},