From 23d6580d3b0e65dc26776d951c4bc9ff045915f4 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 24 Dec 2021 23:53:41 +0200 Subject: [PATCH] Bump the version in the README as well. --- README.rst | 2 +- setup.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index be84b9f..58eb36c 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ adding the following to your :code:`.pre-commit-config.yaml` file: --- repos: - repo: https://git.shore.co.il/nimrod/yamltool.git - rev: 0.1.0 # Check for the latest tag or run pre-commit autoupdate. + rev: 0.1.0 hooks: - id: yamltool diff --git a/setup.cfg b/setup.cfg index 8e634d2..21c108e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,3 +7,5 @@ tag = True universal = 1 [bumpversion:glob:*/__init__.py] + +[bumpversion:glob:README.*] -- GitLab