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-05-22 18:35:17 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-05-22 18:35:17 +0400
commit7b23ee97aef45635ff275167ac3b690b82dc510b (patch)
tree59ca0f5199c1b37de9a84bd1067881b62c78aa13
parent6546ef1cb4e88fda1ac5479a5692fad7bd393eed (diff)
Bumped patch version
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0a92fd3..be0f887 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages
setup(
name = "pypeline",
- version = "0.2.5",
+ version = "0.2.6",
packages = find_packages("src", exclude = ["*tests"]),
package_dir = {'': 'src'},