From 728bbe6bf008ae7f15e20c7b2fc85dc035116c8d Mon Sep 17 00:00:00 2001 From: Kolen Cheung Date: Fri, 18 Dec 2020 19:38:35 -0800 Subject: [PATCH] update version in makefile --- .bumpversion.cfg | 4 ++-- makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0d194634..b69fc922 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -8,8 +8,8 @@ search = version = "{current_version}" replace = version = "{new_version}" [bumpversion:file:makefile] -search = "pantable-{current_version}" -replace = "pantable-{new_version}" +search = "{current_version}" +replace = "{new_version}" [bumpversion:file:docs/badges.csv] search = v{current_version}. diff --git a/makefile b/makefile index ea460b1b..70ddd297 100644 --- a/makefile +++ b/makefile @@ -51,8 +51,8 @@ Clean: clean # Deploy to PyPI ## by CI, properly git tagged pypi: - git tag -a v$$($(_python) setup.py --version) -m 'Deploy to PyPI' - git push origin v$$($(_python) setup.py --version) + git tag -a v0.13.0 -m 'Deploy to PyPI' + git push origin v0.13.0 ## Manually pypiManual: rm -rf dist