Skip to content

Commit 6caa466

Browse files
committed
Bump version v0.0.5 -> v0.0.6
1 parent d0e5340 commit 6caa466

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.0.6
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld whey-pth=0.0.5=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld whey-pth=0.0.6=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ whey-pth
101101
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/whey-pth
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey-pth/v0.0.5
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey-pth/v0.0.6
105105
:target: https://github.com/repo-helper/whey-pth/pulse
106106
:alt: GitHub commits since tagged version
107107

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ whey-pth
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.0.5
110+
:commits-since: v0.0.6
111111
:alt: GitHub commits since tagged version
112112

113113
.. |commits-latest| github-shield::

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "whey-pth"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
description = "Extension to whey to support .pth files."
99
readme = "README.rst"
1010
requires-python = ">=3.6.1"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ email: '[email protected]'
77
username: 'repo-helper'
88
assignee: 'domdfcoding'
99
primary_conda_channel: "domdfcoding"
10-
version: '0.0.5'
10+
version: '0.0.6'
1111
license: 'MIT'
1212
short_desc: 'Extension to whey to support .pth files.'
1313

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[metadata]
1010
name = whey-pth
11-
version = 0.0.5
11+
version = 0.0.6
1212
author = Dominic Davis-Foster
1313
author_email = [email protected]
1414
license = MIT License

whey_pth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
__author__: str = "Dominic Davis-Foster"
3939
__copyright__: str = "2021 Dominic Davis-Foster"
4040
__license__: str = "MIT License"
41-
__version__: str = "0.0.5"
41+
__version__: str = "0.0.6"
4242
__email__: str = "[email protected]"
4343

4444
__all__ = ["PthWheelBuilder", "WheyPthParser"]

0 commit comments

Comments
 (0)