diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 798fd03..da0f018 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.1.0 commit = True tag = True diff --git a/README.rst b/README.rst index 7ea1a9e..ad4bfab 100644 --- a/README.rst +++ b/README.rst @@ -91,7 +91,7 @@ formate .. |language| image:: https://img.shields.io/github/languages/top/repo-helper/formate :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.0.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.1.0 :target: https://github.com/repo-helper/formate/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index 994c23b..32d67c9 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -26,7 +26,7 @@ 2020-2021 Dominic Davis-Foster """ -__version__ = "0.0.0" +__version__ = "0.1.0" repo_root = pathlib.Path(__file__).parent install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n') diff --git a/doc-source/index.rst b/doc-source/index.rst index 5e109de..f92e6df 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -93,7 +93,7 @@ formate :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.0.0 + :commits-since: v0.1.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/doc-source/usage.rst b/doc-source/usage.rst index b50b4e9..cf73a95 100644 --- a/doc-source/usage.rst +++ b/doc-source/usage.rst @@ -19,7 +19,7 @@ To do so, add the following to your `.pre-commit-config.yaml `_ file: .. pre-commit:: - :rev: 0.0.0 + :rev: 0.1.0 :hooks: formate :args: --verbose diff --git a/formate/__init__.py b/formate/__init__.py index 50d4985..8ac6b71 100644 --- a/formate/__init__.py +++ b/formate/__init__.py @@ -50,7 +50,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2021 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.0.0" +__version__: str = "0.1.0" __email__: str = "dominic@davis-foster.co.uk" # TODO: Ideas for hooks diff --git a/repo_helper.yml b/repo_helper.yml index 2f0e230..7959cbb 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'repo-helper' assignee: 'domdfcoding' -version: '0.0.0' +version: '0.1.0' license: 'MIT' short_desc: 'Python formatting mate.'