version bump, makefile for releasing

This commit is contained in:
Jon Haddad
2014-07-08 09:14:43 -07:00
parent 2610fd782b
commit 831b4a2ab9
2 changed files with 15 additions and 1 deletions

14
Makefile Normal file
View File

@@ -0,0 +1,14 @@
clean:
find . -name *.pyc -delete
rm -rf cqlengine/__pycache__
build: clean
python setup.py build
release: clean
python setup.py sdist upload
.PHONY: build

View File

@@ -1 +1 @@
0.16.0 0.16.1