diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9ad130b..b0bc967 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/README.rst b/README.rst index d2f8825..4eac4fe 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,7 @@ flake8-prettycount .. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-prettycount :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-prettycount/v0.1.1 +.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-prettycount/v0.1.2 :target: https://github.com/python-formate/flake8-prettycount/pulse :alt: GitHub commits since tagged version diff --git a/flake8_prettycount/__init__.py b/flake8_prettycount/__init__.py index f78f026..67f62dd 100644 --- a/flake8_prettycount/__init__.py +++ b/flake8_prettycount/__init__.py @@ -29,5 +29,5 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.1.1" +__version__: str = "0.1.2" __email__: str = "dominic@davis-foster.co.uk" diff --git a/pyproject.toml b/pyproject.toml index 1c40da5..8a8782a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "flake8-prettycount" -version = "0.1.1" +version = "0.1.2" description = "Wrapper around flake8 providing a formatted count at the end." readme = "README.rst" keywords = [ "flake8",] diff --git a/repo_helper.yml b/repo_helper.yml index cbdfdb3..586299e 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'python-formate' assignee: 'domdfcoding' -version: '0.1.1' +version: '0.1.2' license: 'MIT' short_desc: 'Wrapper around flake8 providing a formatted count at the end.'