diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 44fe35d..33ff455 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 c4e6bc1..91f5caf 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ repo_helper_pycharm .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/repo_helper_pycharm :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_pycharm/v0.0.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/repo_helper_pycharm/v0.1.0 :target: https://github.com/domdfcoding/repo_helper_pycharm/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index f107a7e..c20c43a 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -26,7 +26,7 @@ 2020 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 42e9366..ab83e75 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -83,7 +83,7 @@ repo_helper_pycharm :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/repo_helper.yml b/repo_helper.yml index 8c0b713..ffc6b10 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -5,7 +5,7 @@ copyright_years: '2020' author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'domdfcoding' -version: '0.0.0' +version: '0.1.0' license: 'MIT' short_desc: "repo_helper extension to manage PyCharm's configuration." diff --git a/repo_helper_pycharm/__init__.py b/repo_helper_pycharm/__init__.py index e11625f..9a46777 100644 --- a/repo_helper_pycharm/__init__.py +++ b/repo_helper_pycharm/__init__.py @@ -39,7 +39,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.0.0" +__version__: str = "0.1.0" __email__: str = "dominic@davis-foster.co.uk"