diff --git a/Makefile b/Makefile index 90b34bc..aff4822 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,9 @@ all: upload: all python setup.py register sdist && twine upload dist/* -#sdist: all -# python setup.py sdist && rsync -avz dist/opendr-0.5.tar.gz files:~/opendr/latest.tgz +sdist: + python setup.py sdist + twine upload dist/* clean: rm -rf `find . -name \*.pyc` `find . -name \*~` build/ dist/; make -C contexts clean diff --git a/opendr/version.py b/opendr/version.py index 9e776ad..07cdac8 100644 --- a/opendr/version.py +++ b/opendr/version.py @@ -1,3 +1,3 @@ -version = '0.77' +version = '0.78' short_version = version full_version = version