diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 56834fe..12fb255 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 a2ab345..6367b0c 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ mkrecipe .. |language| image:: https://img.shields.io/github/languages/top/repo-helper/mkrecipe :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/mkrecipe/v0.0.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/mkrecipe/v0.1.0 :target: https://github.com/repo-helper/mkrecipe/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index 2f4534b..fad6b54 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') extras_require = {} diff --git a/doc-source/index.rst b/doc-source/index.rst index 4073fb0..1120bc5 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -105,7 +105,7 @@ mkrecipe :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/mkrecipe/__init__.py b/mkrecipe/__init__.py index 37826c2..b539e9b 100644 --- a/mkrecipe/__init__.py +++ b/mkrecipe/__init__.py @@ -46,7 +46,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" __all__ = ["MaryBerry", "make_recipe"] diff --git a/pyproject.toml b/pyproject.toml index f84d1cc..8c406a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "mkrecipe" -version = "0.0.0" +version = "0.1.0" description = "A tool to create recipes for building conda packages from distributions on PyPI." readme = "README.rst" keywords = [ "pep621", "conda", "packaging", "distribution",] diff --git a/repo_helper.yml b/repo_helper.yml index 54cb3b8..b357046 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.1.0' license: 'MIT' short_desc: 'A tool to create recipes for building conda packages from distributions on PyPI.'