Skip to content

Commit

Permalink
Bump version v0.0.15 -> v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 16, 2021
1 parent 51f9b00 commit 475172e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.15
current_version = 0.0.16
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld whey=0.0.15=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld whey=0.0.16=py_1 -y || exit 1
- name: "Run Tests"
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -119,7 +119,7 @@ See `the documentation`_ for configuration_ and usage_ information.
.. |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.15
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey/v0.0.16
:target: https://github.com/repo-helper/whey/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion __pkginfo__.py
Expand Up @@ -16,7 +16,7 @@
"extras_require",
]

__version__ = "0.0.15"
__version__ = "0.0.16"
extras_require = {
"readme": ["docutils==0.16", "pyproject-parser[readme]>=0.3.0"],
"all": ["docutils==0.16", "pyproject-parser[readme]>=0.3.0"]
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Expand Up @@ -134,7 +134,7 @@ whey
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.0.15
:commits-since: v0.0.16
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "whey"
version = "0.0.15"
version = "0.0.16"
description = "A simple Python wheel builder for simple projects."
readme = "README.rst"
keywords = [ "build", "distribution", "packaging", "pep517", "pep621", "sdist", "wheel",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Expand Up @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
username: 'repo-helper'
assignee: 'domdfcoding'
primary_conda_channel: "domdfcoding"
version: '0.0.15'
version: '0.0.16'
license: 'MIT'
short_desc: 'A simple Python wheel builder for simple projects.'

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -8,7 +8,7 @@

[metadata]
name = whey
version = 0.0.15
version = 0.0.16
author = Dominic Davis-Foster
author_email = dominic@davis-foster.co.uk
license = MIT License
Expand Down
2 changes: 1 addition & 1 deletion whey/__init__.py
Expand Up @@ -29,7 +29,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2021 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.0.15"
__version__: str = "0.0.16"
__email__: str = "dominic@davis-foster.co.uk"

__all__ = ["build_sdist", "build_wheel"]
Expand Down

0 comments on commit 475172e

Please sign in to comment.