Skip to content

Commit 96ad253

Browse files
committed
Bump version: 0.0.0 → 0.1.0
1 parent 17dc1e0 commit 96ad253

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.bumpversion.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:repo_helper.yml]
7+
78
[bumpversion:file:__pkginfo__.py]
9+
810
[bumpversion:file:README.rst]
11+
912
[bumpversion:file:tox_envlist/__init__.py]

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tox-envlist
6969
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/tox-envlist
7070
:alt: GitHub top language
7171

72-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/tox-envlist/v0.0.0
72+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/tox-envlist/v0.1.0
7373
:target: https://github.com/domdfcoding/tox-envlist/pulse
7474
:alt: GitHub commits since tagged version
7575

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2020 Dominic Davis-Foster <[email protected]>
4040
"""
4141

42-
__version__ = "0.0.0"
42+
__version__ = "0.1.0"
4343
modname = "tox-envlist"
4444
pypi_name = "tox-envlist"
4545
import_name = "tox_envlist"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: 2020
55
author: 'Dominic Davis-Foster'
66
77
username: 'domdfcoding'
8-
version: '0.0.0'
8+
version: '0.1.0'
99
license: 'MIT'
1010
short_desc: 'Allows selection of a different tox envlist.'
1111

tox_envlist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
__author__: str = "Dominic Davis-Foster"
4747
__copyright__: str = "2020 Dominic Davis-Foster"
4848
__license__: str = "MIT License"
49-
__version__: str = "0.0.0"
49+
__version__: str = "0.1.0"
5050
__email__: str = "[email protected]"
5151

5252
__all__ = ["option_names", "tox_addoption", "tox_configure"]

0 commit comments

Comments
 (0)