summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--VERSION2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4b4cf88b..4c72721c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,4 @@ release: clean
force_release: clean
git push --tags
python setup.py sdist bdist_wheel
- twine upload dist/*
+ twine upload -s -i byronimo@gmail.com dist/*
diff --git a/VERSION b/VERSION
index ac2cdeba..7d2ed7c7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.3
+2.1.4