From aedf90c425fea72446acd8b1cedc2304d760a97e Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Tue, 23 Feb 2021 08:07:24 +0000 Subject: [PATCH] Bump version v0.0.0 -> v0.0.1 --- .bumpversion.cfg | 2 +- README.rst | 2 +- __pkginfo__.py | 2 +- doc-source/index.rst | 2 +- repo_helper.yml | 2 +- whey/__init__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 22be27b..51d4ae3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.0.1 commit = True tag = True diff --git a/README.rst b/README.rst index fb0d47e..94443d9 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ whey .. |language| image:: https://img.shields.io/github/languages/top/repo-helper/whey :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey/v0.0.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey/v0.0.1 :target: https://github.com/repo-helper/whey/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index e8a315b..687388b 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -26,7 +26,7 @@ 2021 Dominic Davis-Foster """ -__version__ = "0.0.0" +__version__ = "0.0.1" 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 aa1c67a..88cb380 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -103,7 +103,7 @@ whey :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.0.0 + :commits-since: v0.0.1 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/repo_helper.yml b/repo_helper.yml index dfd1839..67d3d3c 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk' username: 'repo-helper' assignee: 'domdfcoding' primary_conda_channel: "domdfcoding" -version: '0.0.0' +version: '0.0.1' license: 'MIT' short_desc: 'A simple Python wheel builder for simple projects.' diff --git a/whey/__init__.py b/whey/__init__.py index c455027..828c868 100644 --- a/whey/__init__.py +++ b/whey/__init__.py @@ -40,7 +40,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2021 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.0.0" +__version__: str = "0.0.1" __email__: str = "dominic@davis-foster.co.uk"