diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 94c2aa5..62d94d0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.3.0 commit = True tag = True diff --git a/README.rst b/README.rst index 5b9a885..96da2e6 100644 --- a/README.rst +++ b/README.rst @@ -92,7 +92,7 @@ This is a GitHub action, Python package and command line script that copies dist .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/octocheese :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/octocheese/v0.2.1 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/octocheese/v0.3.0 :target: https://github.com/domdfcoding/octocheese/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index dabbb95..0b99be3 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -16,5 +16,5 @@ "extras_require", ] -__version__ = "0.2.1" +__version__ = "0.3.0" extras_require = {} diff --git a/doc-source/action.rst b/doc-source/action.rst index f735b1b..28383b4 100644 --- a/doc-source/action.rst +++ b/doc-source/action.rst @@ -14,7 +14,7 @@ In a GitHub Workflow: releases: runs-on: ubuntu-latest steps: - - uses: domdfcoding/octocheese@v0.2.1 + - uses: domdfcoding/octocheese@v0.3.0 with: pypi_name: "domdf_python_tools" env: diff --git a/doc-source/index.rst b/doc-source/index.rst index e314936..ea81fbf 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -97,7 +97,7 @@ This is a GitHub action, Python package and command line script that copies dist :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.2.1 + :commits-since: v0.3.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/octocheese/__init__.py b/octocheese/__init__.py index ce4eb95..8109a18 100644 --- a/octocheese/__init__.py +++ b/octocheese/__init__.py @@ -30,7 +30,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2021 Dominic Davis-Foster" __license__: str = "GNU Lesser General Public License v3 or later (LGPLv3+)" -__version__: str = "0.2.1" +__version__: str = "0.3.0" __email__: str = "dominic@davis-foster.co.uk" __all__ = ["copy_pypi_2_github", "get_file_from_pypi", "update_github_release"] diff --git a/pyproject.toml b/pyproject.toml index 2606b49..52ba8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "octocheese" -version = "0.2.1" +version = "0.3.0" description = "🐙 🧀 – Copy PyPI Packages to GitHub Releases" readme = "README.rst" keywords = [ "github", "github-action", "pypi",] diff --git a/repo_helper.yml b/repo_helper.yml index a97254a..6b4b9cc 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -8,7 +8,7 @@ pypi_name: octocheese copyright_years: "2020-2021" author: "Dominic Davis-Foster" email: "dominic@davis-foster.co.uk" -version: "0.2.1" +version: "0.3.0" username: "domdfcoding" license: 'LGPLv3+' short_desc: '🐙 🧀 – Copy PyPI Packages to GitHub Releases'