Skip to content

Commit b00726b

Browse files
committed
Bump version v0.1.1 -> v0.2.0
1 parent f0f644f commit b00726b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.1
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ configconfig
8181
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/configconfig
8282
:alt: GitHub top language
8383

84-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/configconfig/v0.1.1
84+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/configconfig/v0.2.0
8585
:target: https://github.com/domdfcoding/configconfig/pulse
8686
:alt: GitHub commits since tagged version
8787

__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.1.1"
42+
__version__ = "0.2.0"
4343
modname = "configconfig"
4444
pypi_name = "configconfig"
4545
import_name = "configconfig"

configconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
__copyright__: str = "2020 Dominic Davis-Foster"
3131

3232
__license__: str = "MIT License"
33-
__version__: str = "0.1.1"
33+
__version__: str = "0.2.0"
3434
__email__: str = "[email protected]"

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ configconfig
8383
:alt: GitHub top language
8484

8585
.. |commits-since| github-shield::
86-
:commits-since: v0.1.1
86+
:commits-since: v0.2.0
8787
:alt: GitHub commits since tagged version
8888

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

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.1.1'
8+
version: '0.2.0'
99
license: 'MIT'
1010
short_desc: 'Load and validate YAML configuration files.'
1111

0 commit comments

Comments
 (0)