Skip to content
Snippets Groups Projects
Commit 75961ffa authored by Bruce Flynn's avatar Bruce Flynn
Browse files

bump to 0.17.0

parent b2ac37f1
No related branches found
No related tags found
No related merge requests found
__version__ = "0.17.0b1"
__version__ = "0.17.0"
......@@ -17,7 +17,7 @@ if git tag -l | grep -E '^${ver}$' &> /dev/null; then
exit 1
fi
git add dbrtn/__init__.py
git add edosl0util/__init__.py
git commit -am "bump to ${ver}"
git tag -am "bump to ${ver}" ${ver}
git push --follow-tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment