version bump, makefile for releasing
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal 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
|
||||||
|
|
@@ -1 +1 @@
|
|||||||
0.16.0
|
0.16.1
|
||||||
|
Reference in New Issue
Block a user