Skip to content

Commit 765f5a8

Browse files
committed
Bump version v0.1.0 -> v0.1.1
1 parent f03c98f commit 765f5a8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ tox-recreate-hook
9191
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/tox-recreate-hook
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/tox-recreate-hook/v0.1.0
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/tox-recreate-hook/v0.1.1
9595
:target: https://github.com/python-coincidence/tox-recreate-hook/pulse
9696
:alt: GitHub commits since tagged version
9797

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.1.0"
19+
__version__ = "0.1.1"
2020
extras_require = {}

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tox-recreate-hook
9696
:alt: GitHub top language
9797

9898
.. |commits-since| github-shield::
99-
:commits-since: v0.1.0
99+
:commits-since: v0.1.1
100100
:alt: GitHub commits since tagged version
101101

102102
.. |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 = "whey"
44

55
[project]
66
name = "tox-recreate-hook"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "(experimental) Allows hooks to be defined which are called when recreating a tox testenv."
99
readme = "README.rst"
1010
keywords = [ "tox",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'python-coincidence'
88
assignee: 'domdfcoding'
9-
version: '0.1.0'
9+
version: '0.1.1'
1010
license: 'MIT'
1111
short_desc: '(experimental) Allows hooks to be defined which are called when recreating a tox testenv.'
1212

tox_recreate_hook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
__author__: str = "Dominic Davis-Foster"
5656
__copyright__: str = "2021 Dominic Davis-Foster"
5757
__license__: str = "MIT License"
58-
__version__: str = "0.1.0"
58+
__version__: str = "0.1.1"
5959
__email__: str = "dominic@davis-foster.co.uk"
6060

6161
__all__ = ["append_to_sys_path", "tox_testenv_create"]

0 commit comments

Comments
 (0)