Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Bok committed Feb 16, 2013
1 parent a50b381 commit 9f12e1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ skeleton:
echo '"""' >> cactus/skeleton.py
rm -Rf skeleton.tar.gz

submit:
python setup.py register

.PHONY: test skeleton
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup
from distutils.sysconfig import get_python_lib

VERSION = "2.1.3"
VERSION = "2.2.0"

if "uninstall" in sys.argv:

Expand Down

0 comments on commit 9f12e1b

Please sign in to comment.