From 98376fd50870f133770514c8f956f2af28457f1e Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Fri, 12 Jan 2024 10:13:38 -0500 Subject: [PATCH] Update bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bba1fc4..647bf51 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - Testing setup with `unittest` and `python setup.py test` or `pytest` - GitHub actions: Ready for GitHub Continuous Integration testing -- [bump2version](https://github.com/c4urself/bump2version): Pre-configured version bumping with a single command +- [bump-my-version](https://github.com/callowayproject/bump-my-version): Pre-configured version bumping with a single command - Auto-release to [PyPI](https://pypi.python.org/pypi) when you push a new tag to master (optional) - Command line interface using Click (optional)